美文网首页
Git---fetch

Git---fetch

作者: WorldPeace_hp | 来源:发表于2022-02-10 15:58 被阅读0次

    $ git fetch #拉取分支,从远程仓库--->本地仓库
    $ git fetch --prune #本地删除远程已经不存在的分支
    或简写
    $ git fetch -p
    $ git fetch -p origin
    $ git remote prune origin

    相关文章

      网友评论

          本文标题:Git---fetch

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