本次提交注释git pul...">

git流程

作者: 叶叶阿姨 | 来源:发表于2019-12-17 14:54 被阅读0次

    git流程
    git add . -->全部添加
    git commit -m "" -->本次提交注释
    git pull origin master --> 拉取代码
    git push origin master -->上传代码
    git branch —> 查看分支
    git checkout -b 分支名 —>创建分支
    git checkout master —>切换到分支“master”
    git merge dev —> 合并分支dev
    git clone [URL] — >拉取远程代码

    相关文章

      网友评论

          本文标题:git流程

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