码迷,mamicode.com
首页 > 其他好文 > 详细

[GitHub] 保持 Fork 后的仓库与原仓库同步

时间:2017-08-22 00:20:29      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:isp   tps   upm   同步   wrapper   data-   qtp   max   fork   

 

  1. Clone 自己 Fork 后的仓库
    $ git clone git@github.com:<username>/<reponame>.git
    $ cd <reponame>
    
  2. 设置原仓库为当前代码仓库的上游
    $ git remote add upstream git://github.com/<originuser>/<reponame>.git
    
  3. 更新并合并
    $ git fetch upstream
    $ git merge upstream/master
    
  4. 提交同步到 GitHub 上的仓库
    $ git push
    
?

 

[GitHub] 保持 Fork 后的仓库与原仓库同步

标签:isp   tps   upm   同步   wrapper   data-   qtp   max   fork   

原文地址:http://www.cnblogs.com/wander4096/p/7407110.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!