开发者1:
echo "BB">BB
git add BB
git commit
git push
开发者2:
echo "bb">bb
git add bb
git commit
git push
开发者1:(留下BB)
git pull
git mv bb bb1
git commit
git checkout -- BB
git push
git rm bb1
git commit
git push
开发者1:(留下bb)
git pull
git mv bb bb1
git commit
git push
git mv bb1 bb
改名 提交 改名
网友评论