I ran a git pull that ended in a conflict. I resolved the conflict and everything is fine now (I used mergetool also).
git pull
When I commit the resolved file
I got this when I forgot the -m in my git commit when resolving a git merge conflict.
-m
git commit "commit message"
should be
git commit -m "commit message"