I seem to have a weird difference in origin/master
The commands are run in order
I am on the master branch and ran the commands in sequence
git pull origin master
Same output:
git diff origin/master
git diff remotes/origin/master
Different output:
git diff origin/master
git diff origin master
Can someone explain why is this so?
Thanks.