<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Update a Github Fork from the Original Repo</title>
	<atom:link href="http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/</link>
	<description>San Diego Ruby on Rails Developer</description>
	<lastBuildDate>Mon, 30 Apr 2012 03:30:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: gallex</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-16335</link>
		<dc:creator>gallex</dc:creator>
		<pubDate>Mon, 30 Apr 2012 03:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-16335</guid>
		<description>you wirte is just the same on the github.com, but I question is: it is only sync local repo ,but not the remote repo, I think if I make a new clone for my remote repo, it would old. dose it ?</description>
		<content:encoded><![CDATA[<p>you wirte is just the same on the github.com, but I question is: it is only sync local repo ,but not the remote repo, I think if I make a new clone for my remote repo, it would old. dose it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tal</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-15768</link>
		<dc:creator>Tal</dc:creator>
		<pubDate>Sat, 21 Apr 2012 10:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-15768</guid>
		<description>$ git fetch test
fatal: Unable to look up https (port ) (nodename nor servname provided, or not known)</description>
		<content:encoded><![CDATA[<p>$ git fetch test<br />
fatal: Unable to look up https (port ) (nodename nor servname provided, or not known)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Piercy</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-15297</link>
		<dc:creator>Steve Piercy</dc:creator>
		<pubDate>Sat, 07 Apr 2012 12:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-15297</guid>
		<description>@Joe

4. git fetch upstream
5. git merge upstream/master
6. git push
7. refresh your github fork&#039;s web page and do the happy muppet dance</description>
		<content:encoded><![CDATA[<p>@Joe</p>
<p>4. git fetch upstream<br />
5. git merge upstream/master<br />
6. git push<br />
7. refresh your github fork&#8217;s web page and do the happy muppet dance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Update a Github Fork from the Original Repo &#187; Refactored scope</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-14655</link>
		<dc:creator>Update a Github Fork from the Original Repo &#187; Refactored scope</dc:creator>
		<pubDate>Fri, 02 Mar 2012 22:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-14655</guid>
		<description>[...] to update these forks against their master and the Google has provided a very concise blog post here(http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/). Kudo&#8217;s to Bradly Feeley.    Posted by David at 3:20 pm [...]</description>
		<content:encoded><![CDATA[<p>[...] to update these forks against their master and the Google has provided a very concise blog post here(<a href="http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/" rel="nofollow">http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/</a>). Kudo&#8217;s to Bradly Feeley.    Posted by David at 3:20 pm [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Rogneby</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-11725</link>
		<dc:creator>Erik Rogneby</dc:creator>
		<pubDate>Wed, 11 Jan 2012 19:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-11725</guid>
		<description>on the github.com site you can go to your fork of the project, click the network tab, and then click fork queue.  you can pull/merge changes from the parent master here.  This also allows you to cherry pick changes.</description>
		<content:encoded><![CDATA[<p>on the github.com site you can go to your fork of the project, click the network tab, and then click fork queue.  you can pull/merge changes from the parent master here.  This also allows you to cherry pick changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Updating a Github Fork &#171; Steven Tseng</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-9093</link>
		<dc:creator>Updating a Github Fork &#171; Steven Tseng</dc:creator>
		<pubDate>Fri, 23 Sep 2011 00:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-9093</guid>
		<description>[...] Here is the link (it was a blog i found on the net): http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is the link (it was a blog i found on the net): http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chanux</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-8944</link>
		<dc:creator>chanux</dc:creator>
		<pubDate>Fri, 09 Sep 2011 09:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-8944</guid>
		<description>@Joe

You have to push to remote :)</description>
		<content:encoded><![CDATA[<p>@Joe</p>
<p>You have to push to remote <img src='http://bradlyfeeley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 短期小记 &#124; 风骚客</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-7918</link>
		<dc:creator>短期小记 &#124; 风骚客</dc:creator>
		<pubDate>Tue, 14 Jun 2011 09:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-7918</guid>
		<description>[...] 最新的master版本(这篇文章在我不熟悉git的时候帮了我不少忙)，又在他已经写好的代码上学习了google [...]</description>
		<content:encoded><![CDATA[<p>[...] 最新的master版本(这篇文章在我不熟悉git的时候帮了我不少忙)，又在他已经写好的代码上学习了google [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-7901</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 12 Jun 2011 17:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-7901</guid>
		<description>So using GitHub I would typically:

1. fork a repo
2. clone my fork to create a local repo
3. add &#039;upstream&#039; remote, pointing to original repo

Now when upstream changes happen I would:

4. fetch from upstream into local repo
5. merge upstream changes

But what now? my fork on github is still not updated. My local repo contains changes fetched from upstream, but my fork on GH does not. If I try to push master to origin I just get the message &#039;Everything up-to-date&#039;.

???</description>
		<content:encoded><![CDATA[<p>So using GitHub I would typically:</p>
<p>1. fork a repo<br />
2. clone my fork to create a local repo<br />
3. add &#8216;upstream&#8217; remote, pointing to original repo</p>
<p>Now when upstream changes happen I would:</p>
<p>4. fetch from upstream into local repo<br />
5. merge upstream changes</p>
<p>But what now? my fork on github is still not updated. My local repo contains changes fetched from upstream, but my fork on GH does not. If I try to push master to origin I just get the message &#8216;Everything up-to-date&#8217;.</p>
<p>???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: замена стояков отопления</title>
		<link>http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/comment-page-1/#comment-6453</link>
		<dc:creator>замена стояков отопления</dc:creator>
		<pubDate>Wed, 02 Feb 2011 14:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://bradlyfeeley.com/?p=10#comment-6453</guid>
		<description>хорошо  :-) нирвана!</description>
		<content:encoded><![CDATA[<p>хорошо  <img src='http://bradlyfeeley.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  нирвана!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

