git push 冲突
git commit -am "test 3"
git pull
用自己的:git checkout --ours xxxx路径xxxx
用他人的:git checkout --theirs xxxx路径xxxx
手动修改
git push
ieayoio博客 http://www.cnblogs.com/ieayoio/
git commit -am "test 3"
git pull
用自己的:git checkout --ours xxxx路径xxxx
用他人的:git checkout --theirs xxxx路径xxxx
手动修改
git push