<?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: Dominate Dragons with Git</title>
	<atom:link href="http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dominate-dragons-with-git</link>
	<description></description>
	<lastBuildDate>Sat, 04 May 2013 20:39:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jeff Yang</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-28984</link>
		<dc:creator>Jeff Yang</dc:creator>
		<pubDate>Mon, 31 Dec 2012 07:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-28984</guid>
		<description><![CDATA[&lt;p&gt;Wow thanks Dan! Great screencast. Definitely makes some concepts easier to understand. And nice job using git to tell the tale of the dragon!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Wow thanks Dan! Great screencast. Definitely makes some concepts easier to understand. And nice job using git to tell the tale of the dragon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Stewart</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-28299</link>
		<dc:creator>Dan Stewart</dc:creator>
		<pubDate>Sat, 29 Dec 2012 21:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-28299</guid>
		<description><![CDATA[&lt;p&gt;This post inspired me to record a screencast on git rebase versus merge. It&#039;s close to 15 min, but it covers git init, commit, branch, rebase, and merge. I added autosquash just for Kaali. Enjoy, and thanks for this article: http://youtu.be/Z8kBgrF98cA&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This post inspired me to record a screencast on git rebase versus merge. It&#8217;s close to 15 min, but it covers git init, commit, branch, rebase, and merge. I added autosquash just for Kaali. Enjoy, and thanks for this article: <a href="http://youtu.be/Z8kBgrF98cA" rel="nofollow">http://youtu.be/Z8kBgrF98cA</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Haykinson</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-20168</link>
		<dc:creator>Ilya Haykinson</dc:creator>
		<pubDate>Wed, 12 Dec 2012 16:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-20168</guid>
		<description><![CDATA[&lt;p&gt;@Jim S: Thanks for noticing. Fixed the italics.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>@Jim S: Thanks for noticing. Fixed the italics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim S</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-20166</link>
		<dc:creator>Jim S</dc:creator>
		<pubDate>Wed, 12 Dec 2012 16:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-20166</guid>
		<description><![CDATA[&lt;p&gt;Cool write-up -- I wish more companies had a tech blog like Hulu.&lt;/p&gt;

&lt;p&gt;(Although somewhere around your edit note at the bottom, you are missing a closing italics tag, which causes the entire http://tech.hulu.com/blog/ page to be italicized below that point, at least on my Mac Chrome.)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Cool write-up &#8212; I wish more companies had a tech blog like Hulu.</p>

<p>(Although somewhere around your edit note at the bottom, you are missing a closing italics tag, which causes the entire <a href="http://tech.hulu.com/blog/" rel="nofollow">http://tech.hulu.com/blog/</a> page to be italicized below that point, at least on my Mac Chrome.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Yang</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-17191</link>
		<dc:creator>Jeff Yang</dc:creator>
		<pubDate>Wed, 05 Dec 2012 18:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-17191</guid>
		<description><![CDATA[&lt;p&gt;Thanks Kaali, that&#039;s pretty cool! I&#039;ll definitely try it out.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks Kaali, that&#8217;s pretty cool! I&#8217;ll definitely try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaali</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-16996</link>
		<dc:creator>Kaali</dc:creator>
		<pubDate>Wed, 05 Dec 2012 07:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-16996</guid>
		<description><![CDATA[&lt;p&gt;You can improve the workflow a bit by using interactive rebase autosquash. If you prefix your commit message with &quot;squash!&quot; or &quot;fixup!&quot;, git rebase -i --autosquash will automatically mark those commits as squash or fixup commits.&lt;/p&gt;

&lt;p&gt;With Git 1.7.4, you can use the new commit aliases to make this easier, see the man for --fixup and --squash&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>You can improve the workflow a bit by using interactive rebase autosquash. If you prefix your commit message with &#8220;squash!&#8221; or &#8220;fixup!&#8221;, git rebase -i &#8211;autosquash will automatically mark those commits as squash or fixup commits.</p>

<p>With Git 1.7.4, you can use the new commit aliases to make this easier, see the man for &#8211;fixup and &#8211;squash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-16946</link>
		<dc:creator>Derick</dc:creator>
		<pubDate>Wed, 05 Dec 2012 05:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-16946</guid>
		<description><![CDATA[&lt;p&gt;Excellent read.  I love Git, and I&#039;ve always known that its power allows for techniques like these, but I&#039;ve never thought about employing a workflow quite like this myself.  I&#039;ll certainly be giving it a shot starting tomorrow morning.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Excellent read.  I love Git, and I&#8217;ve always known that its power allows for techniques like these, but I&#8217;ve never thought about employing a workflow quite like this myself.  I&#8217;ll certainly be giving it a shot starting tomorrow morning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeyondSora</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-15496</link>
		<dc:creator>BeyondSora</dc:creator>
		<pubDate>Sat, 01 Dec 2012 20:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-15496</guid>
		<description><![CDATA[&lt;p&gt;This is awesome!!!
This is something I&#039;ve always wanted to do but was never aware that git is actually capable of all this.
Thanks for the great post :-)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This is awesome!!!
This is something I&#8217;ve always wanted to do but was never aware that git is actually capable of all this.
Thanks for the great post <img src='http://tech.hulu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-15072</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Fri, 30 Nov 2012 16:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-15072</guid>
		<description><![CDATA[&lt;p&gt;5/5 would read again&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>5/5 would read again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Yang</title>
		<link>http://tech.hulu.com/blog/2012/11/26/dominate-dragons-with-git/#comment-14859</link>
		<dc:creator>Jeff Yang</dc:creator>
		<pubDate>Thu, 29 Nov 2012 23:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://tech.hulu.com/blog/?p=440#comment-14859</guid>
		<description><![CDATA[&lt;p&gt;Thanks Jen! You&#039;re a wonderful artist and wife!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks Jen! You&#8217;re a wonderful artist and wife!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
