🎄 VS Code extension for comparing the git working tree against a branch, tag, or commit, displayed as folder tree
60
stars
7
forks
source link
Allow comparing 2 branches. Base branch can be changed but the current branch is not changable #101
Closed
yasinarik-talabat closed 4 months ago
Usecase:
branch-a
branch-b
(develop, master...)branch-c
I want to checkout to
branch-a
to do my work but at the same time, using this extension, I want to see the diff tree betweenbranch-c
andbranch-b
.Is this possible? If not, can you please add this?