vscode-git-graph icon indicating copy to clipboard operation
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.

Results 291 vscode-git-graph issues
Sort by recently updated
recently updated
newest added

**Describe the Bug** Git Graph appears to conflict with the new [3-way merge editor](https://code.visualstudio.com/updates/v1_69#_3-way-merge-editor) recently introduced in VS Code. Please see [this thread](https://github.com/microsoft/vscode/issues/156361) where I and others have commented. The...

bug

**Describe the Bug** I've always displayed the git graph by clicking on the symbol from source control view, this has worked flawlessly up until recently when it just doesn't show...

bug

**issue** cannot use link to open github commit in browser **solution** translate commit detail text `Commit:{{id}}` https://github.com/mhutchie/vscode-git-graph/blob/develop/web/main.ts#L2560 into link to open "browser github commit" `https://github.com/{{user}}/{{repo}}/commit/{{id}}` from `this.currentRepo` https://github.com/mhutchie/vscode-git-graph/blob/develop/web/main.ts#L155

improvement

**Describe the improvement that you'd like** It would be nice to have the Git Graph view opened when I reload the workspace. **Additional context (optional)** It seams to be possible...

improvement

Can you please tell me how does command `drop` work in the dropdown menu on commit/branch? I couldn't find any description of this command.

question

I'm using neovim extension for VS-Code. I made the file navigation with j ( arrowDown ) and k ( arrowUp ), h ( left ) and l ( right )....

improvement

- Issue Type: `Performance` - Extension Name: `git-graph` - Extension Version: `1.30.0` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.69.2` :warning: Make sure to **attach** this file...

I really love this extension, thank you very much! **Describe the feature that you'd like** We can tell which branch exists on remotes, but to which PR (e.g. on GitHub)...

feature request

I have a repository which is local and inside the same repo which is linked with repo on Gitlab. When I select the drop down menu to select the inside...

question

**Describe the feature that you'd like** HEAD is not available in the branches list. As a result, when operating in a detached HEAD state, the HEAD does not appear in...

feature request