I normally just do git diff master...MYBRANCH
but for some reason I did it backward (git diff MYBRANCH...master
) and it gave no result. This surprised me and made me want to double-check it, and I realized I had typed the command backward. Why do these two commands give different results?