git commit -am "test 3"
git pull
用自己的:git checkout --ours xxxx路径xxxx
用他人的:git checkout --theirs xxxx路径xxxx
手动修改
git push
2024-03-21 08:11:22
git commit -am "test 3"
git pull
用自己的:git checkout --ours xxxx路径xxxx
用他人的:git checkout --theirs xxxx路径xxxx
手动修改
git push