<?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: Git: D’oh! I Meant To Create A New Branch First!</title>
	<atom:link href="http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Thu, 20 Jun 2013 04:02:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Marcel Bradea</title>
		<link>http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/#comment-2875</link>
		<dc:creator>Marcel Bradea</dc:creator>
		<pubDate>Fri, 30 Nov 2012 19:52:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx#comment-2875</guid>
		<description>Great writeup. Helped a lot! And very clear with the pictures  :)</description>
		<content:encoded><![CDATA[<p>Great writeup. Helped a lot! And very clear with the pictures  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domain registration</title>
		<link>http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/#comment-2172</link>
		<dc:creator>Domain registration</dc:creator>
		<pubDate>Mon, 30 Jan 2012 11:42:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx#comment-2172</guid>
		<description>Very useful information </description>
		<content:encoded><![CDATA[<p>Very useful information </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephenjchan</title>
		<link>http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/#comment-2171</link>
		<dc:creator>Stephenjchan</dc:creator>
		<pubDate>Mon, 30 Jan 2012 02:17:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx#comment-2171</guid>
		<description>Thank you, this is exactly what I was looking for.  I make this mistake a lot (accidentally committing in master), and I really hate the complications that can come up when I try to merge my changes in master with changes fetched from the origin.</description>
		<content:encoded><![CDATA[<p>Thank you, this is exactly what I was looking for.  I make this mistake a lot (accidentally committing in master), and I really hate the complications that can come up when I try to merge my changes in master with changes fetched from the origin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Ortman</title>
		<link>http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/#comment-972</link>
		<dc:creator>Chris Ortman</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:25:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx#comment-972</guid>
		<description>You don&#039;t need the SHA, git reset --hard HEAD~1   (you can replace 1 with however many commits you want to count back)</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need the SHA, git reset &#8211;hard HEAD~1   (you can replace 1 with however many commits you want to count back)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/#comment-971</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Tue, 08 Jun 2010 16:05:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx#comment-971</guid>
		<description>thanks jason!  and yes, that&#039;s a great post. i&#039;ve read through that a number of times and often refer people to it when they are trying to learn how to do collaborative development with git. :)</description>
		<content:encoded><![CDATA[<p>thanks jason!  and yes, that&#8217;s a great post. i&#8217;ve read through that a number of times and often refer people to it when they are trying to learn how to do collaborative development with git. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Watts</title>
		<link>http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/#comment-970</link>
		<dc:creator>Jason Watts</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:58:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx#comment-970</guid>
		<description>Derik,

I appreciate all your posts.  They always seem to be topics that are relevant to my development life.  

Seeing you &#039;accidentally&#039; work on the master branch reminded me of this link :

http://nvie.com/git-model</description>
		<content:encoded><![CDATA[<p>Derik,</p>
<p>I appreciate all your posts.  They always seem to be topics that are relevant to my development life.  </p>
<p>Seeing you &#8216;accidentally&#8217; work on the master branch reminded me of this link :</p>
<p><a href="http://nvie.com/git-model" rel="nofollow">http://nvie.com/git-model</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
