美文网首页
git拉取服务器上的代码

git拉取服务器上的代码

作者: 遗忘_8519 | 来源:发表于2021-03-09 13:22 被阅读0次

    在git bash hrer 里面输入下面代码

    git fetch --all
    git reset --hard origin/master
    

    相关文章

      网友评论

          本文标题:git拉取服务器上的代码

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