<?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; source control</title>
	<atom:link href="http://allmybrain.com/tag/source-control/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 Rebasing Tips</title>
		<link>http://allmybrain.com/2011/11/11/git-rebasing-tips/</link>
		<comments>http://allmybrain.com/2011/11/11/git-rebasing-tips/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 19:53:36 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[rebase]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=432</guid>
		<description><![CDATA[So there you are, using git to store, track and share your code with a few others. Maybe many others. You make a change, someone else makes a change, one or the other of you pulls the others changes and BAM.. you get that merge commit. It really isn't harmful of course, but it cleans [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/11/11/git-rebasing-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>How to remove or edit a commit in your git repository</title>
		<link>http://allmybrain.com/2009/09/21/how-to-remove-or-edit-a-commit-in-your-git-repository/</link>
		<comments>http://allmybrain.com/2009/09/21/how-to-remove-or-edit-a-commit-in-your-git-repository/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:37:24 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[rebase]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=309</guid>
		<description><![CDATA[So you just committed 15 things to your git repository and now you want to push your changes. Oops, commit #2 added your password file. Or perhaps you misspelled words in the commit message. Now, being a git expert, you think to yourself, I'll just create a temporary branch, cherry-pick the commits that are correct, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/09/21/how-to-remove-or-edit-a-commit-in-your-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using piped svndumpfilter commands to separate an svn repository</title>
		<link>http://allmybrain.com/2007/10/15/using-piped-svndumpfilter-commands-to-separate-an-svn-repository/</link>
		<comments>http://allmybrain.com/2007/10/15/using-piped-svndumpfilter-commands-to-separate-an-svn-repository/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 13:46:06 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svndumpfilter]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/15/using-piped-svndumfilter-commands-to-separate-an-svn-repository/</guid>
		<description><![CDATA[According to the documentation for svndumpfilter, you can include one subcommand when filtering a dumped repository. Suppose you have a repository that has a path "/some/path" that you'd like to separate out into its own new repository. From the documentation, you simply pipe the original dumped repository through the svndumpfilter command. Example: cat repos-dumpfile &#124; [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/15/using-piped-svndumpfilter-commands-to-separate-an-svn-repository/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

