<?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; scm</title>
	<atom:link href="http://allmybrain.com/tag/scm/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>git logk</title>
		<link>http://allmybrain.com/2009/12/02/git-logk/</link>
		<comments>http://allmybrain.com/2009/12/02/git-logk/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:37:04 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitk]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=334</guid>
		<description><![CDATA[Do you like gitk? I find it almost invaluable in merging, branching, looking at old revisions, diffs, etc. I find it annoying that git log is hard to glean the same information. I searched a round a bit and found that git log is quite configurable as to what it outputs. Here is a simple [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/12/02/git-logk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Master Git Repositories</title>
		<link>http://allmybrain.com/2009/11/17/dual-master-git-repositories/</link>
		<comments>http://allmybrain.com/2009/11/17/dual-master-git-repositories/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:23:04 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=330</guid>
		<description><![CDATA[One of the nice things about git, is the ability to work in a distributed manor. Instead of having to have a central repository for your source code, you can create a copy of your repository and do work, while sharing the changes, on any number of machines. Often, when a few developers share code, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/11/17/dual-master-git-repositories/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A few reasons braid is better than 40 lines of Rake.</title>
		<link>http://allmybrain.com/2008/09/27/a-few-reasons-braid-is-better-than-40-lines-of-rake/</link>
		<comments>http://allmybrain.com/2008/09/27/a-few-reasons-braid-is-better-than-40-lines-of-rake/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 14:32:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[submodules]]></category>
		<category><![CDATA[subtree merge]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=150</guid>
		<description><![CDATA[I've been doing a lot of looking at the git subtree merge strategy for tracking remote projects. Ideally, our remote projects would be tracked with submodules. The issue is, we are developing our own libraries for use in our own internal projects. We commonly do major development on the libraries and the submodules at the [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/09/27/a-few-reasons-braid-is-better-than-40-lines-of-rake/feed/</wfw:commentRss>
		<slash:comments>3</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>

