I'm using MsysGit. After I do git fetch origin master
, and run git diff master origin/master
nothing shows up. But if I run git diff master FETCH_HEAD
the differences will show up. Haven't changed any settings, how come it's like that?
Note I have the line fetch = +refs/heads/*:refs/remotes/origin/*
existing in .git/config
g