<?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#"
	
	>
<channel>
	<title>
	Comments on: A (successful) git branching model	</title>
	<atom:link href="/2011/04/a-successful-git-branching-model/feed/" rel="self" type="application/rss+xml" />
	<link>/2011/04/a-successful-git-branching-model/</link>
	<description>Plataformatec&#039;s place to talk about Ruby, Ruby on Rails, Elixir, and software engineering</description>
	<lastBuildDate>Wed, 28 Sep 2016 13:31:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>
		By: Anonymous		</title>
		<link>/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1142</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 16 May 2011 06:22:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1985#comment-1142</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1140&quot;&gt;Rodrigo Flores&lt;/a&gt;.

Thanks, I ended up with this in my config:

set :branch, exists?(:branch) ? branch : &#039;master&#039;

This allows me to specify the branch I want to deploy from in the command line like this:

cap deploy -s branch=my_branch

But also provides a default (master) if I don&#039;t specify anything]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1140">Rodrigo Flores</a>.</p>
<p>Thanks, I ended up with this in my config:</p>
<p>set :branch, exists?(:branch) ? branch : &#8216;master&#8217;</p>
<p>This allows me to specify the branch I want to deploy from in the command line like this:</p>
<p>cap deploy -s branch=my_branch</p>
<p>But also provides a default (master) if I don&#8217;t specify anything</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rodrigo Flores		</title>
		<link>/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1141</link>

		<dc:creator><![CDATA[Rodrigo Flores]]></dc:creator>
		<pubDate>Sat, 14 May 2011 01:59:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1985#comment-1141</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1139&quot;&gt;Anonymous&lt;/a&gt;.

Hi @eugenebolshakov:disqus 

Use this:https://github.com/capistrano/capistrano/wiki/Frequently-Asked-Questions/37b57ba10997cdcd540a9e68f68c097a329b2ba0 

Of course, change the Capistrano variable in ask from :user to :branch. ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1139">Anonymous</a>.</p>
<p>Hi @eugenebolshakov:disqus </p>
<p>Use this:<a href="https://github.com/capistrano/capistrano/wiki/Frequently-Asked-Questions/37b57ba10997cdcd540a9e68f68c097a329b2ba0 " rel="nofollow ugc">https://github.com/capistrano/capistrano/wiki/Frequently-Asked-Questions/37b57ba10997cdcd540a9e68f68c097a329b2ba0 </a></p>
<p>Of course, change the Capistrano variable in ask from :user to :branch. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rodrigo Flores		</title>
		<link>/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1140</link>

		<dc:creator><![CDATA[Rodrigo Flores]]></dc:creator>
		<pubDate>Sat, 14 May 2011 01:59:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1985#comment-1140</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1139&quot;&gt;Anonymous&lt;/a&gt;.

Hi @eugenebolshakov:disqus 

Use this:https://github.com/capistrano/capistrano/wiki/Frequently-Asked-Questions/37b57ba10997cdcd540a9e68f68c097a329b2ba0 

Of course, change the Capistrano variable in ask from :user to :branch. ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1139">Anonymous</a>.</p>
<p>Hi @eugenebolshakov:disqus </p>
<p>Use this:<a href="https://github.com/capistrano/capistrano/wiki/Frequently-Asked-Questions/37b57ba10997cdcd540a9e68f68c097a329b2ba0 " rel="nofollow ugc">https://github.com/capistrano/capistrano/wiki/Frequently-Asked-Questions/37b57ba10997cdcd540a9e68f68c097a329b2ba0 </a></p>
<p>Of course, change the Capistrano variable in ask from :user to :branch. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1139</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 10 May 2011 11:22:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1985#comment-1139</guid>

					<description><![CDATA[Hey guys, could you paste the relevant Capfile part that allows to specify what branch to deploy from (that you&#039;re using for dev env)? Thanks]]></description>
			<content:encoded><![CDATA[<p>Hey guys, could you paste the relevant Capfile part that allows to specify what branch to deploy from (that you&#8217;re using for dev env)? Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Timur Vafin		</title>
		<link>/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1135</link>

		<dc:creator><![CDATA[Timur Vafin]]></dc:creator>
		<pubDate>Mon, 02 May 2011 17:43:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1985#comment-1135</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1134&quot;&gt;Anonymous&lt;/a&gt;.

Yep, it&#039;s very cool, give it a try! )]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1134">Anonymous</a>.</p>
<p>Yep, it&#8217;s very cool, give it a try! )</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1134</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 12:50:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1985#comment-1134</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1131&quot;&gt;Timur Vafin&lt;/a&gt;.

I didn&#039;t know about it. Seems great, I will for sure try to use it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/2011/04/a-successful-git-branching-model/comment-page-1/#comment-1131">Timur Vafin</a>.</p>
<p>I didn&#8217;t know about it. Seems great, I will for sure try to use it.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
