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

同步github上fork出来的分支

时间:2016-09-20 13:33:13      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

1,clone自己的账号里fork库的分支到本地

  git clone 地址_branch

2,增加远程原始分支

  git remote add upstream 地址_master

3,fetch原始源分支

  git fetch upstream

4,合并两个版本的代码

  git merge upstream/master

5,把最新的代码提交到iSource自己的账号上

  git push origin master

同步github上fork出来的分支

标签:

原文地址:http://www.cnblogs.com/houpeiyong/p/5888381.html

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