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

[Feature Request] add button to scroll to current HEAD #821

Open fauzanashari opened 1 month ago

fauzanashari commented 1 month ago

Describe the feature that you'd like A clear and concise description of what you'd like to be included in Git Graph. Add "Going to HEAD" button beside search icon on header that will scroll into current HEAD if the button is pressed.

Problem: I usually switch branch over terminal, the problem is when I switch to very old commit/branch it's hard to find the current HEAD in graph view.

Current Solution:

Additional context (optional) Add any other context or screenshots about the feature request here. image