巴扎黑2017-05-25 15:10:31
As mentioned, you can first perform git pull to pull down the remote code, then merge it locally and re-commit it
滿天的星座2017-05-25 15:10:31
First git pull
update the remote code
Execute git status
Follow the prompts to resolve conflicting files
Then git add -A && git commit
submit the version that resolves the conflict
Now the version will be clean