vscode-gitlens
vscode-gitlens copied to clipboard
Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git...
Git 2.38 added the `--update-refs` option to `git rebase`. For instance, assume following repository: ``` [feat1] [feat2] [feat3,HEAD] F11
# Description There are cases for having bare clones with multiple worktrees in the same folder to manage various versions in a workspace Currently, however, the only supported way to...
### Description On remote repositories, the commit graph icon is not showing (while the commit graph is available through command palette) ### GitLens Version v2024.2.904 (pre-release) ### VS Code Version...
### Description I'm developing a theme where the File Annotation icon does not respect the icons foreground. See below:  I've searched the `gitlens.*` namespace...
VS Code by default uses `CTRL + SHIFT + G` to open the Source Control View. GitLens by default uses the same key binding `CTRL + SHIFT + G` as...
First of all thanks a bunch for the addition, I'm able to see the option for the directories and I can have a view of the multi diff. One thing...
Multi-file diff editor was added in [Novemeber update](https://code.visualstudio.com/updates/v1_85#_multifile-diff-editor) and allows to view multiple diffs in one editor. Currently it allows to view diffs for uncommited and staged changes. It would...
Type: Bug • Rebase a few commits from one branch to another. • Try to undo the last commit from the rebased branch ### Expected We should be able to...
I really like the commit graph feature, thank you! Can we somehow use it with [AUR repositories](https://aur.archlinux.org/packages) for free? Those repositories are public in the sense that everyone can view...
### Description I have a git repository that has space characters in the folder path names. The Gitlens command that is executed when right-clicking and selecting "Open changes with ->...