<?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: Basic branching with git</title>
	<atom:link href="http://blog.tekerson.com/2008/09/05/basic-branching-with-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tekerson.com/2008/09/05/basic-branching-with-git/</link>
	<description>The inane, sometimes insane, ramblings from the mind of Brenton Alker.</description>
	<lastBuildDate>Fri, 06 Jan 2012 03:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: geetha</title>
		<link>http://blog.tekerson.com/2008/09/05/basic-branching-with-git/comment-page-1/#comment-3937</link>
		<dc:creator>geetha</dc:creator>
		<pubDate>Tue, 27 Oct 2009 07:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tekerson.com/?p=51#comment-3937</guid>
		<description>git sets up the branch so that git-pull will appropriately merge from the remote branch.</description>
		<content:encoded><![CDATA[<p>git sets up the branch so that git-pull will appropriately merge from the remote branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenton Alker</title>
		<link>http://blog.tekerson.com/2008/09/05/basic-branching-with-git/comment-page-1/#comment-115</link>
		<dc:creator>Brenton Alker</dc:creator>
		<pubDate>Sun, 21 Sep 2008 23:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tekerson.com/?p=51#comment-115</guid>
		<description>Thanks for the tip Jakub.

Do the merge and pull commands in this context perform exactly the same function? (It seems to me they do)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Jakub.</p>
<p>Do the merge and pull commands in this context perform exactly the same function? (It seems to me they do)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Narebski</title>
		<link>http://blog.tekerson.com/2008/09/05/basic-branching-with-git/comment-page-1/#comment-71</link>
		<dc:creator>Jakub Narebski</dc:creator>
		<pubDate>Fri, 05 Sep 2008 08:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tekerson.com/?p=51#comment-71</guid>
		<description>You don&#039;t need a bit hacky &quot;git pull . my_branch&quot; to merge my_branch into master; you can use simpler and more familiar from other SCMs &quot;git merge my_branch&quot; command.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need a bit hacky &#8220;git pull . my_branch&#8221; to merge my_branch into master; you can use simpler and more familiar from other SCMs &#8220;git merge my_branch&#8221; command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

