git fetch ( it will only bring the remote code to local but won't attempt to merge ) git status ( will show the merge conflicts ) Fix the Merge conflicts git add . git commit git push