<?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: Useful git commands and quirks</title>
	<atom:link href="http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/feed/" rel="self" type="application/rss+xml" />
	<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/</link>
	<description>photographer, entrepreneur, software engineer, musician, skier</description>
	<lastBuildDate>Mon, 14 May 2012 16:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Webiest : Links for May 18th</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11698</link>
		<dc:creator>Webiest : Links for May 18th</dc:creator>
		<pubDate>Sun, 18 May 2008 07:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11698</guid>
		<description>[...] skwpspace ? Useful git commands and quirks - Things I?ve learned from my first git experiences. First of all, git is inconsistent as hell. Every command has its own quirks and syntax, so I?m attempting to catalog some of them here. We?ve been using git svn at Planypus as a way to maintain loca [...]</description>
		<content:encoded><![CDATA[<p>[...] skwpspace ? Useful git commands and quirks &#8211; Things I?ve learned from my first git experiences. First of all, git is inconsistent as hell. Every command has its own quirks and syntax, so I?m attempting to catalog some of them here. We?ve been using git svn at Planypus as a way to maintain loca [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11447</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 26 Apr 2008 16:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11447</guid>
		<description>git config --global color.ui auto is a new catch all in Git 1.5.5 for color configuration</description>
		<content:encoded><![CDATA[<p>git config &#8211;global color.ui auto is a new catch all in Git 1.5.5 for color configuration</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful git commands and quirks &#124; Blue Night</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11430</link>
		<dc:creator>Useful git commands and quirks &#124; Blue Night</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11430</guid>
		<description>[...] Found this here. More info available, useful. [...]</description>
		<content:encoded><![CDATA[<p>[...] Found this here. More info available, useful. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11420</link>
		<dc:creator>Yan</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11420</guid>
		<description>Haven&#039;t got to submodules quite yet. I&#039;m trying to keep my git workflow extremely simple. I am not particularly interested, for example, in things like amending commits, and so on. Although all this is fun it seems to me that the basic things one needs to do are to commit, pull, and merge. I&#039;m so used to svn that just the ability to do those basic actions is enough, combined with git&#039;s nice local commit ability and ease of branching.</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t got to submodules quite yet. I&#8217;m trying to keep my git workflow extremely simple. I am not particularly interested, for example, in things like amending commits, and so on. Although all this is fun it seems to me that the basic things one needs to do are to commit, pull, and merge. I&#8217;m so used to svn that just the ability to do those basic actions is enough, combined with git&#8217;s nice local commit ability and ease of branching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgeny</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11419</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Thu, 24 Apr 2008 18:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11419</guid>
		<description>What if I need to merge a local branch that has a submodule?
It just gives me this :
fatal: cannot read object 8e335ede2d2e4090bfdcd4e552b8596da115b7f9 &#039;lib/haml~HEAD&#039;: It is a submodule!
Merge with strategy recursive failed.

and there is no way to fix it, afaik.
stupid git.</description>
		<content:encoded><![CDATA[<p>What if I need to merge a local branch that has a submodule?<br />
It just gives me this :<br />
fatal: cannot read object 8e335ede2d2e4090bfdcd4e552b8596da115b7f9 &#8216;lib/haml~HEAD&#8217;: It is a submodule!<br />
Merge with strategy recursive failed.</p>
<p>and there is no way to fix it, afaik.<br />
stupid git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11414</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 24 Apr 2008 09:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11414</guid>
		<description>This might be one for you: http://snippets.dzone.com/posts/show/5348

Git branch on your bash prompt :)</description>
		<content:encoded><![CDATA[<p>This might be one for you: <a href="http://snippets.dzone.com/posts/show/5348" rel="nofollow">http://snippets.dzone.com/posts/show/5348</a></p>
<p>Git branch on your bash prompt :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-23 &#124; Libin Pan</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11397</link>
		<dc:creator>links for 2008-04-23 &#124; Libin Pan</dc:creator>
		<pubDate>Wed, 23 Apr 2008 06:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11397</guid>
		<description>[...] skwpspace – Useful git commands and quirks Useful git commands and quirks (tags: git howto tips versioncontrol scm) [...]</description>
		<content:encoded><![CDATA[<p>[...] skwpspace – Useful git commands and quirks Useful git commands and quirks (tags: git howto tips versioncontrol scm) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-23 at Topper&#8217;s Blog</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11396</link>
		<dc:creator>links for 2008-04-23 at Topper&#8217;s Blog</dc:creator>
		<pubDate>Wed, 23 Apr 2008 04:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11396</guid>
		<description>[...] skwpspace – Useful git commands and quirks (tags: git howto tips quirks programming version control interesting toread) [...]</description>
		<content:encoded><![CDATA[<p>[...] skwpspace – Useful git commands and quirks (tags: git howto tips quirks programming version control interesting toread) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina Russell</title>
		<link>http://yanpritzker.com/2008/04/22/useful-git-commands-and-quirks/comment-page-1/#comment-11389</link>
		<dc:creator>Tina Russell</dc:creator>
		<pubDate>Tue, 22 Apr 2008 05:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2008/04/22/useful-git-commands-and-quirks/#comment-11389</guid>
		<description>I finally decided to write a comment on your blog.  I just wanted to say good job.  I really enjoy reading your posts.

Tina Russell</description>
		<content:encoded><![CDATA[<p>I finally decided to write a comment on your blog.  I just wanted to say good job.  I really enjoy reading your posts.</p>
<p>Tina Russell</p>
]]></content:encoded>
	</item>
</channel>
</rss>

