For some reason lately, every time I pull and get a merge conflict, running git mergetool reports \"No files need merging\":
git mergetool
$ git pull First, r
This fixed it for me: git mergetool .
git mergetool .
I found this fix here