<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All My Brain &#187; branch</title>
	<atom:link href="http://allmybrain.com/tag/branch/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to fix that mistake commit you just pushed to your git repository</title>
		<link>http://allmybrain.com/2011/12/07/how-to-fix-that-mistake-commit-you-just-pushed-to-your-git-repository/</link>
		<comments>http://allmybrain.com/2011/12/07/how-to-fix-that-mistake-commit-you-just-pushed-to-your-git-repository/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 18:51:06 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[rebase]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=439</guid>
		<description><![CDATA[I've already written a time or two how you can use git rebase to change your commit history as you work. Handy handy.. I think everyone should know how to do that. Next up.. what if you pushed a commit and realize it's not so great. First of all, everyone discourages this of course. The [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/12/07/how-to-fix-that-mistake-commit-you-just-pushed-to-your-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing git branches</title>
		<link>http://allmybrain.com/2008/09/15/sharing-git-branches/</link>
		<comments>http://allmybrain.com/2008/09/15/sharing-git-branches/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 13:31:12 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=136</guid>
		<description><![CDATA[I've been learning git lately. Here are a few tips for sharing branches I've collected during the past few weeks. Create a branch In git, branches are stored on your local machine. Even the commonly named "master", is just a branch on your local machine. Master is simply set up to track a branch on [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/09/15/sharing-git-branches/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

