jesseduffield / jesseduffield/lazygit
Relative diff with some branch
Open
enhancement
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
I would like to have opportunity to see all files changes like in git hub pull request view. I can use this command:
```sh
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.
Contributor guide
Assessment
This issue has not been assessed yet.