<?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: red, green, refactor &#8230; commit</title>
	<atom:link href="http://silkandspinach.net/2008/09/29/red-green-refactor-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://silkandspinach.net/2008/09/29/red-green-refactor-commit/</link>
	<description>development, by example</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:40:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matt Wynne</title>
		<link>http://silkandspinach.net/2008/09/29/red-green-refactor-commit/#comment-15248</link>
		<dc:creator><![CDATA[Matt Wynne]]></dc:creator>
		<pubDate>Sun, 09 Nov 2008 14:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.wordpress.com/?p=851#comment-15248</guid>
		<description><![CDATA[High five. I do exactly the same now I work with git.

The nice think about commiting on red is that you can git pull --rebase on that code (if you dare) and make sure the work you do to get to green includes working with any of your team&#039;s changes.

I like the git commit --ammend trick too, and will be using that - thanks Dan.]]></description>
		<content:encoded><![CDATA[<p>High five. I do exactly the same now I work with git.</p>
<p>The nice think about commiting on red is that you can git pull &#8211;rebase on that code (if you dare) and make sure the work you do to get to green includes working with any of your team&#8217;s changes.</p>
<p>I like the git commit &#8211;ammend trick too, and will be using that &#8211; thanks Dan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Rutherford</title>
		<link>http://silkandspinach.net/2008/09/29/red-green-refactor-commit/#comment-15230</link>
		<dc:creator><![CDATA[Kevin Rutherford]]></dc:creator>
		<pubDate>Thu, 30 Oct 2008 16:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.wordpress.com/?p=851#comment-15230</guid>
		<description><![CDATA[@Dan: Nice idea -- I&#039;ll try it]]></description>
		<content:encoded><![CDATA[<p>@Dan: Nice idea &#8212; I&#8217;ll try it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Kubb</title>
		<link>http://silkandspinach.net/2008/09/29/red-green-refactor-commit/#comment-15226</link>
		<dc:creator><![CDATA[Dan Kubb]]></dc:creator>
		<pubDate>Mon, 27 Oct 2008 17:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.wordpress.com/?p=851#comment-15226</guid>
		<description><![CDATA[I follow a similar pattern to yours, except after green I use git commit --amend.  This appends to the last commit rather than creating a new one.  The reason I do this is that I prefer code in my remote repository to always be in a passing state.  In the case of merging, rollback or rebasing (which I do often when I sync my local repo to a remote one that others are working on), it&#039;s nicer not to have to deal with any red commits -- once I rebase, fix any conflicts and make sure all the tests pass I know it&#039;s safe to push.]]></description>
		<content:encoded><![CDATA[<p>I follow a similar pattern to yours, except after green I use git commit &#8211;amend.  This appends to the last commit rather than creating a new one.  The reason I do this is that I prefer code in my remote repository to always be in a passing state.  In the case of merging, rollback or rebasing (which I do often when I sync my local repo to a remote one that others are working on), it&#8217;s nicer not to have to deal with any red commits &#8212; once I rebase, fix any conflicts and make sure all the tests pass I know it&#8217;s safe to push.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

