github更新自己Fork的代码

github上有个功能叫fork,可以将别人的工程复制到自己账号下。这个功能很方便,但其有一个缺点是:当源项目更新后,你fork的分支并不会一起更新,需要自己手动去更新。

以github用户名:micmiu ,fork 项目 sql-parser(原始地址https://github.com/FoundationDB/sql-parser)到自己账号下 https://github.com/micmiu/sql-parser 为例子:

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

2、增加远程原始分支到本地(可以用git remote -v命令查看远程分支列表)

如果没有远程原始分支则需要增加:

查看确认远程分支列表:

3、fetch原始源分支的新版本到本地

4、合并两个版本的代码

5、把最新的代码提交到github自己(micmiu)的账号上

—————–  EOF @Michael Sun —————–

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/software/build/github-fork-update/

发表评论?

1 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">