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
git commit -am 'Conflicts resolved'
This worked for me. You can try this also.