<?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: Branching Strategies in Git &#8211; Overview</title>
	<atom:link href="http://gitguru.com/2009/02/18/branching-strategies-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://gitguru.com/2009/02/18/branching-strategies-overview/</link>
	<description>meditations on scm using git</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:17:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: New york soho</title>
		<link>http://gitguru.com/2009/02/18/branching-strategies-overview/comment-page-1/#comment-41</link>
		<dc:creator>New york soho</dc:creator>
		<pubDate>Thu, 24 Dec 2009 00:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=73#comment-41</guid>
		<description>Allstate - Auto Guarantee Quotes Online - Solemn Locale on Car Bond, Accommodations Guaranty, Financial Products &amp; More Rates and cover options (and their availability) vacillate according to your formal&#039;s regulations.All you have to do is combine your native and auto guarantee with Allstate, and you strength recover up to 20%. Hands down, it&#039;s the easiest speed to shelter a tons of wampum without sacrificing standing protection.</description>
		<content:encoded><![CDATA[<p>Allstate &#8211; Auto Guarantee Quotes Online &#8211; Solemn Locale on Car Bond, Accommodations Guaranty, Financial Products &amp; More Rates and cover options (and their availability) vacillate according to your formal&#8217;s regulations.All you have to do is combine your native and auto guarantee with Allstate, and you strength recover up to 20%. Hands down, it&#8217;s the easiest speed to shelter a tons of wampum without sacrificing standing protection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrians's status on Tuesday, 23-Jun-09 11:50:39 UTC - Identi.ca</title>
		<link>http://gitguru.com/2009/02/18/branching-strategies-overview/comment-page-1/#comment-32</link>
		<dc:creator>adrians's status on Tuesday, 23-Jun-09 11:50:39 UTC - Identi.ca</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=73#comment-32</guid>
		<description>[...] git branching explained: http://gitguru.com/2009/02/18/branching-strategies-overview/ [...]</description>
		<content:encoded><![CDATA[<p>[...] git branching explained: <a href="http://gitguru.com/2009/02/18/branching-strategies-overview/" rel="nofollow">http://gitguru.com/2009/02/18/branching-strategies-overview/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codeAPE &#187; Blog Archive &#187; Mercurial for subversion users</title>
		<link>http://gitguru.com/2009/02/18/branching-strategies-overview/comment-page-1/#comment-25</link>
		<dc:creator>codeAPE &#187; Blog Archive &#187; Mercurial for subversion users</dc:creator>
		<pubDate>Sun, 19 Apr 2009 15:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=73#comment-25</guid>
		<description>[...] http://gitguru.com/2009/02/18/branching-strategies-overview/ - Good description of GIT branching (or branching in general); I&#8217;m more used to back mergeing then forward merging.  This seems to just merge to the trunck where the trunk is at.   Posted in Computers &#124;     Leave a Comment [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://gitguru.com/2009/02/18/branching-strategies-overview/" rel="nofollow">http://gitguru.com/2009/02/18/branching-strategies-overview/</a> &#8211; Good description of GIT branching (or branching in general); I&#8217;m more used to back mergeing then forward merging.  This seems to just merge to the trunck where the trunk is at.   Posted in Computers |     Leave a Comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George V. Reilly</title>
		<link>http://gitguru.com/2009/02/18/branching-strategies-overview/comment-page-1/#comment-23</link>
		<dc:creator>George V. Reilly</dc:creator>
		<pubDate>Sat, 11 Apr 2009 23:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=73#comment-23</guid>
		<description>What tool is generating those branch diagrams?</description>
		<content:encoded><![CDATA[<p>What tool is generating those branch diagrams?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: long</title>
		<link>http://gitguru.com/2009/02/18/branching-strategies-overview/comment-page-1/#comment-17</link>
		<dc:creator>long</dc:creator>
		<pubDate>Wed, 25 Mar 2009 05:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=73#comment-17</guid>
		<description>@Guyou-

No matter which way you start (development first or production &quot;first&quot;), you&#039;ll end up with a similar looking branch diagram.  
The test and production branch head pointers will always trail development.  I&#039;ve put in the &quot;kinks&quot; at the start of test-level and dev-level commits are located to help indicate the lifecycle state.  Otherwise it would be a straight line of commits in this ideal case.  Since no changes are made directly against the production and test branches, any merges from development to test and from test to production are fast-forwards.

Probably what you&#039;re visualizing is when changes from development are added by cherry-picking onto test (and likewise from test to production).  In that case you would have truly separate test and production branches that do start from along the development branch.</description>
		<content:encoded><![CDATA[<p>@Guyou-</p>
<p>No matter which way you start (development first or production &#8220;first&#8221;), you&#8217;ll end up with a similar looking branch diagram.<br />
The test and production branch head pointers will always trail development.  I&#8217;ve put in the &#8220;kinks&#8221; at the start of test-level and dev-level commits are located to help indicate the lifecycle state.  Otherwise it would be a straight line of commits in this ideal case.  Since no changes are made directly against the production and test branches, any merges from development to test and from test to production are fast-forwards.</p>
<p>Probably what you&#8217;re visualizing is when changes from development are added by cherry-picking onto test (and likewise from test to production).  In that case you would have truly separate test and production branches that do start from along the development branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guyou</title>
		<link>http://gitguru.com/2009/02/18/branching-strategies-overview/comment-page-1/#comment-14</link>
		<dc:creator>Guyou</dc:creator>
		<pubDate>Tue, 24 Mar 2009 12:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=73#comment-14</guid>
		<description>Branches are beautifully explained in this article. I bookmark it for future explainations.

But I don&#039;t like the last diagram. Reading it, we can feel that development branch is based on test branch which is based, in turn, onto production branch. IMHO, development come first, then we branch to fix code, and finally we branch to keep track of production state.

Related to branches, here is a really good article presenting &quot;customers&quot; branches: titled &quot;Never merging back&quot;, http://gitster.livejournal.com/26540.html</description>
		<content:encoded><![CDATA[<p>Branches are beautifully explained in this article. I bookmark it for future explainations.</p>
<p>But I don&#8217;t like the last diagram. Reading it, we can feel that development branch is based on test branch which is based, in turn, onto production branch. IMHO, development come first, then we branch to fix code, and finally we branch to keep track of production state.</p>
<p>Related to branches, here is a really good article presenting &#8220;customers&#8221; branches: titled &#8220;Never merging back&#8221;, <a href="http://gitster.livejournal.com/26540.html" rel="nofollow">http://gitster.livejournal.com/26540.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
