<?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: Using Git to pull in a patch from a single commit</title>
	<atom:link href="http://blog.mhartl.com/2008/07/01/using-git-to-pull-in-a-patch-from-a-single-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mhartl.com/2008/07/01/using-git-to-pull-in-a-patch-from-a-single-commit/</link>
	<description>Michael Hartl&#039;s tech blog</description>
	<lastBuildDate>Wed, 21 Dec 2011 11:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Zeno Davatz</title>
		<link>http://blog.mhartl.com/2008/07/01/using-git-to-pull-in-a-patch-from-a-single-commit/#comment-68</link>
		<dc:creator><![CDATA[Zeno Davatz]]></dc:creator>
		<pubDate>Thu, 14 Aug 2008 07:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=14#comment-68</guid>
		<description><![CDATA[Thank you Sir! for this information! That would be great if one could add that to the man page (if you have any connections to the people who are writing it).

I done exactly as advised and added the remote and then just done a pull and not a fetch. But if I wanted to be more cautious I could have done a &quot;git fetch&quot; and then a &quot;git cherry pick&quot;.

A git-cherry-pick with SSH capabilities would also be very nice.

Best
Zeno]]></description>
		<content:encoded><![CDATA[<p>Thank you Sir! for this information! That would be great if one could add that to the man page (if you have any connections to the people who are writing it).</p>
<p>I done exactly as advised and added the remote and then just done a pull and not a fetch. But if I wanted to be more cautious I could have done a &#8220;git fetch&#8221; and then a &#8220;git cherry pick&#8221;.</p>
<p>A git-cherry-pick with SSH capabilities would also be very nice.</p>
<p>Best<br />
Zeno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: long</title>
		<link>http://blog.mhartl.com/2008/07/01/using-git-to-pull-in-a-patch-from-a-single-commit/#comment-67</link>
		<dc:creator><![CDATA[long]]></dc:creator>
		<pubDate>Wed, 13 Aug 2008 00:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=14#comment-67</guid>
		<description><![CDATA[You still have to pull in the remote commit information using

# Add remote if you haven&#039;t already
git remote add [remote nickname] [remote URL]
# Fetch branches and commits from the remote
git fetch [remote nickname]

If the remote machine doesn&#039;t have remote read-only access to its repositories configured via git-daemon, gitosis, ssh or http, you&#039;ll have to go through the process of pushing that remote machine&#039;s changes up to somewhere that does (like GitHub).  You&#039;ll then use that place as the specified remote.

Once you have the commit information has been saved locally, you can run

git cherry-pick [commit]]]></description>
		<content:encoded><![CDATA[<p>You still have to pull in the remote commit information using</p>
<p># Add remote if you haven&#8217;t already<br />
git remote add [remote nickname] [remote URL]<br />
# Fetch branches and commits from the remote<br />
git fetch [remote nickname]</p>
<p>If the remote machine doesn&#8217;t have remote read-only access to its repositories configured via git-daemon, gitosis, ssh or http, you&#8217;ll have to go through the process of pushing that remote machine&#8217;s changes up to somewhere that does (like GitHub).  You&#8217;ll then use that place as the specified remote.</p>
<p>Once you have the commit information has been saved locally, you can run</p>
<p>git cherry-pick [commit]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeno Davatz</title>
		<link>http://blog.mhartl.com/2008/07/01/using-git-to-pull-in-a-patch-from-a-single-commit/#comment-66</link>
		<dc:creator><![CDATA[Zeno Davatz]]></dc:creator>
		<pubDate>Tue, 12 Aug 2008 15:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=14#comment-66</guid>
		<description><![CDATA[Ok, this is great, but I have one question: How do I cherry-Pick from another machine on the other side of the world? Is there a &quot;git cherry-pick ssh&quot; option? I could not find one so far.

Thank you for your Feedback.

Best
Zeno]]></description>
		<content:encoded><![CDATA[<p>Ok, this is great, but I have one question: How do I cherry-Pick from another machine on the other side of the world? Is there a &#8220;git cherry-pick ssh&#8221; option? I could not find one so far.</p>
<p>Thank you for your Feedback.</p>
<p>Best<br />
Zeno</p>
]]></content:encoded>
	</item>
</channel>
</rss>

