While working on a branch that I\'ve opened a pull request on, I would like to see the exact same diff that GitHub displays on the commandline. What is the particular git diff c
git diff branchA branchB should work, no?
git diff branchA branchB
More info on other perhaps useful diff notations can be found here