Git

2018-11-01  本文已影响0人  令76

开发者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

改名 提交 改名

上一篇下一篇

猜你喜欢

热点阅读