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