美文网首页
Git pull 强制覆盖本地文件

Git pull 强制覆盖本地文件

作者: 小宽人 | 来源:发表于2020-02-12 15:45 被阅读0次
    git fetch --all
    git reset --hard origin/master
    

     
    Git 强制push本地代码到远端

    git push -f origin master
    

    相关文章

      网友评论

          本文标题:Git pull 强制覆盖本地文件

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