BBgit add BBgit commitgit push开发者2:echo "b...">

Git

作者: 令76 | 来源:发表于2018-11-01 01:05 被阅读0次

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

    改名 提交 改名

    相关文章

      网友评论

          本文标题:Git

          本文链接:https://www.haomeiwen.com/subject/kjxtxqtx.html