mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.89k stars 243 forks source link

How to locate where a branch was created from master? #796

Open avnermosh opened 6 months ago

avnermosh commented 6 months ago

I have the following graph where branch "fabricjs" was created from master in commit hash which is marked in red box on the bottom (in the attached image). I do see the fork symbol with "fabricjs" label marked in red box on the top. I'm looking for a sign in the graph view where the branch "fabricjs" was forked from master. According to explanation in https://github.com/mhutchie/vscode-git-graph/issues/226 I should have seen a fork symbol to indicate branch creation in the bottom red box ? But I don't see it. Thanks

image