git push 冲突

git commit -am "test 3"

git pull

  用自己的:git checkout --ours xxxx路径xxxx

  用他人的:git checkout --theirs xxxx路径xxxx

  手动修改

git push

 

你可能感兴趣的:(git push 冲突)