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 feature that you'd like** It would be nice if it's possible to select certain branches to be ignored.
Why the "Repository Settings" menus are different between vscode and code-server? here is the content of vscode:  and here is the content of code-server:  As you can see,...
**Describe the feature that you'd like** Git Graph supports "rebase current branch to this commit..." but after than there are some another possibile steps like --continue --abbort etc... and it...
(Quick note: "channel" refers to the columns that branches can be in - comes from the definition: "a groove or furrow") # Prioritising Specific Branches to Keep Them Left >...
I would like to designate "master", "develop" and other special branches that get their own column for the entire graph. These would should as a single straight line instead of...
**Describe the Bug** Interactive Git rebase does not work inside a [VSCode development container](https://code.visualstudio.com/docs/remote/containers) when initiated through Git Graph and with VSCode set as Git's editor, i.e. [core.editor=code --wait](https://code.visualstudio.com/docs/editor/versioncontrol#_vs-code-as-git-editor) **Steps...
**Describe the improvement that you'd like** It would be useful if git worktree branches were easily identifiable as such, perhaps with a different color or outline, or maybe a "w"...
**Describe the Bug** When a dialog form is opened, you cannot select the buttons using the Tab on the keyboard key. **Steps to Reproduce** Steps to reproduce the behaviour: 1....
Can you add filter commits, like in Git Extensions. Similar to "Search" function, but this should output only filtered commits. Sometimes need to get list of all commits with: -...
Hello. It would be nice to filter the git log from a specific user. For example, Git and [Tig](https://jonas.github.io/tig/) allows it by parameter `--author` (e.g.: `git log --author='\(Adam\)\|\(Jon\)'`). Github allows...