
<?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; git</title>
	<atom:link href="http://allmybrain.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>YUI Image Uploader gets a code repository</title>
		<link>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/</link>
		<comments>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:45:50 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=356</guid>
		<description><![CDATA[I've created a github project for the YUI Image Uploader. You can download the scripts and example page here: http://github.com/mulicheng/yuiupload This will also facilitate user contributed changes and backend scripts.]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/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>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>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>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>
