vscode-git-graph
vscode-git-graph copied to clipboard
View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
**Describe the improvement that you'd like** Once in a while I need to recover the stash I just popped or dropped. This would be easy if the log output printed...
Git Graph tab can be pinned in VS Code which is nice, but when you close VS code and open next time, it is no longer pinned. You have to...
https://github.com/mhutchie/vscode-git-graph/blob/881a9e613045bacbbadf8940f6b6c5b8bd699335/web/main.ts#L2374
It would be great to have certain operations available on multiple commits, such as: - Cherry pick - Revert - Drop - Squash (#179) Right now, it's not possible to...
In gitkraken/sourcetree/etc. one always sees the history graph - it's a central feature of the tool. It would be nice to have a GitGraph setting to automatically show the graph,...
Hi, It would be useful to have a function to jump to another VS Code workspace/folder in another Git worktree. If possible it should create worktree when it does not...
**Describe the Bug** Cannot Fetch from an HTTPS only GitLab origin using git graph fetch function, despite VS Code itself can fetch without error **Steps to Reproduce** Steps to reproduce...
**Describe the Bug** I am unable to use git graph. It says "Unable to load Git Graph", "No Git repositories were found in the current workspace when it was last...
**Describe the Bug** When vscode workspace is opened at a git worktree, git graph does not recognise it as a git repository and thus does not show the information **Steps...
Emphase current branch with bold line in Git graph. It's difficult to make out current branch in GIt graph by color, especially to comfirm whether a commit message created long...