美文网首页
Git 常用命令

Git 常用命令

作者: BlueSky520 | 来源:发表于2016-11-23 17:31 被阅读0次

    1.git add .

    2.git commit -a -m ""

    3.git pull taida master

    4.git push origin master

    5 git branch xvbobo //创建xvbobo分支

    6.git push origin bug分支 //(先切换到bug分支)将分支推送到远程库

    7.git branch 查看所有分支

    8.git checkout xvbobo //切换到xvbobo的分支

    9.git remote -v 查看远程库

    相关文章

      网友评论

          本文标题:Git 常用命令

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