美文网首页
从github上fork过来的项目与作者同步更新

从github上fork过来的项目与作者同步更新

作者: Q14 | 来源:发表于2019-08-06 17:20 被阅读0次

    命令行

    git remote -v 
    git remote add upstream git@github.com:xxx/xxx.git
    git fetch upstream
    git merge upstream/master
    git push 
    

    相关文章

      网友评论

          本文标题:从github上fork过来的项目与作者同步更新

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