<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Merging in a GitHub fork</title>
	<atom:link href="http://ken-blog.krugler.org/2009/04/14/merging-in-a-github-fork/feed/" rel="self" type="application/rss+xml" />
	<link>http://ken-blog.krugler.org/2009/04/14/merging-in-a-github-fork/</link>
	<description></description>
	<lastBuildDate>Mon, 19 Dec 2011 02:06:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dave Coleman</title>
		<link>http://ken-blog.krugler.org/2009/04/14/merging-in-a-github-fork/#comment-709</link>
		<dc:creator><![CDATA[Dave Coleman]]></dc:creator>
		<pubDate>Mon, 07 Nov 2011 18:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://ken-blog.krugler.org/?p=126#comment-709</guid>
		<description><![CDATA[Thanks, worked great!]]></description>
		<content:encoded><![CDATA[<p>Thanks, worked great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkrugler</title>
		<link>http://ken-blog.krugler.org/2009/04/14/merging-in-a-github-fork/#comment-684</link>
		<dc:creator><![CDATA[kkrugler]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 03:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://ken-blog.krugler.org/?p=126#comment-684</guid>
		<description><![CDATA[Hi Sorcix,

You&#039;re right, and Willem also updated notes on his page about this shortcut. He includes info how to switch to the remote branch for testing, which is handy. Specifically:

% git remote add chris git://github.com/cwensel/bixo.git
% git fetch chris
% git checkout chris/master

Now test Chris&#039;s modifications

% git checkout master
% git merge chris/master]]></description>
		<content:encoded><![CDATA[<p>Hi Sorcix,</p>
<p>You&#8217;re right, and Willem also updated notes on his page about this shortcut. He includes info how to switch to the remote branch for testing, which is handy. Specifically:</p>
<p>% git remote add chris git://github.com/cwensel/bixo.git<br />
% git fetch chris<br />
% git checkout chris/master</p>
<p>Now test Chris&#8217;s modifications</p>
<p>% git checkout master<br />
% git merge chris/master</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorcix</title>
		<link>http://ken-blog.krugler.org/2009/04/14/merging-in-a-github-fork/#comment-676</link>
		<dc:creator><![CDATA[Sorcix]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 14:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://ken-blog.krugler.org/?p=126#comment-676</guid>
		<description><![CDATA[You didn&#039;t have to branch it first. You could simply do

% cd git/github/bixo
% git remote add chris git://github.com/cwensel/bixo.git
% git merge chris/master]]></description>
		<content:encoded><![CDATA[<p>You didn&#8217;t have to branch it first. You could simply do</p>
<p>% cd git/github/bixo<br />
% git remote add chris git://github.com/cwensel/bixo.git<br />
% git merge chris/master</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://ken-blog.krugler.org/2009/04/14/merging-in-a-github-fork/#comment-254</link>
		<dc:creator><![CDATA[Ryan]]></dc:creator>
		<pubDate>Tue, 05 May 2009 05:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://ken-blog.krugler.org/?p=126#comment-254</guid>
		<description><![CDATA[Thanks Ken -- needed to figure out how to merge my fork, worked like a charm :)]]></description>
		<content:encoded><![CDATA[<p>Thanks Ken &#8212; needed to figure out how to merge my fork, worked like a charm <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

