votes
Git push origin fails, automatic merge failed, fix conflicts and then commit
So I am using GIT as my source control, and when I did a git pull origin there were some conflicts, 2 of them auto-merged and the 3rd one's merge couldn't be done automatically. The message git gave me is: [code]git automatic merge fa ...
