lazygit
lazygit copied to clipboard
Relative diff with some branch
I would like to have opportunity to see all files changes like in git hub pull request view. I can use this command:
git diff origin/master...HEAD
I know that i can see difference between branches and commites, but sometimes i need to merge master into my current branch and i will see a lot of changes. Would be great to see only my changes and work with filetree.