Comment by therealplato
3 years ago
i haven't used git range-diff but when local master is behind origin/master and I am trying to diff, I use a `git changes` .gitconfig alias:
changes = !git diff $(git merge-base HEAD \"$REVIEW_BASE\")
Typically, that's:
git diff $(git merge-base HEAD origin/master)
No comments yet
Contribute on Hacker News ↗