letmaik / vscode-git-tree-compare

🎄 VS Code extension for comparing the git working tree against a branch, tag, or commit, displayed as folder tree
https://marketplace.visualstudio.com/items?itemName=letmaik.git-tree-compare
MIT License
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

yasinarik-talabat commented 4 months ago

Usecase:

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 between branch-c and branch-b.

Is this possible? If not, can you please add this?

letmaik commented 4 months ago

I'm afraid that's out of scope for this extension. Please use something like GitLens instead.