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.
It is nice that git-graph allows multiple repositories, but switching between them via a dropdown feels somewhat unintuitive. Other GIT GUIs manage this via seperate tabs per repo. This would...
Summary of the issue: Copying a commit hash via the context menu is awesome, but most of the time when telling someone to "please use commit X" you only really...
The "Find" feature is awesome to either find commits mentioning a specific issue number or looking for a specific commit hash. In very large repositories with thousands of commits, where...
**Describe the feature that you'd like** I would like to have autocomplete feature for tag name when we add a tag
**Describe the improvement that you'd like** When adding an annotated tag, the optional "message" box should be able to expand (much like the commit message box) and have its message...
Summary of the issue: Abbreviated commit length across the software is 8 chars, but git usually uses 7 chars. For better compatibility the abbrev commit hash function should be reduced...
**Describe the feature that you'd like** Would it be possible to provide a configuration option to exclude certain filename or filename patterns from the 'Create Archive' function? **Additional context (optional)**...
**Describe the feature that you'd like** Regex based branch filtering, and maintain branch selection between Git Graph closes **Additional context (optional)** For corporate repositories with hundreds of branches based features/buxfixes,...
**Describe the feature that you'd like** From the Git Graph graph, it is very easy to find a commit, open it and find the files that were worked on. But...
**Describe the feature that you'd like** A number of current feature requests essentially boil down to "expose this existing git log argument". While having nice UI tools for these various...