<?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: Git Tutorial : Starting with git using just 10 commands</title>
	<atom:link href="http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/</link>
	<description>therez light!</description>
	<lastBuildDate>Fri, 03 Sep 2010 22:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: karatedog</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-13106</link>
		<dc:creator>karatedog</dc:creator>
		<pubDate>Tue, 15 Jun 2010 20:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-13106</guid>
		<description>Git is very good, however it is much easier to shoot yourself in the foot with it,  than, say with bazaar. Git is powerful, but it was developed for versioning the Linux kernel, and those kernel-fu guys won&#039;t be scared by a suboptimal UI or special behavior. 
For example take &#039;git rm&#039; which should be instead what &#039;git rm --cached&#039; does.
&#039;git rm&#039; will only delete the file from the current head, however it won&#039;t check for it being in previous versions. So if you just created a file, but never made a commit, and do a &#039;git-rm&#039; on it, that file is a goner.</description>
		<content:encoded><![CDATA[<p>Git is very good, however it is much easier to shoot yourself in the foot with it,  than, say with bazaar. Git is powerful, but it was developed for versioning the Linux kernel, and those kernel-fu guys won&#8217;t be scared by a suboptimal UI or special behavior.<br />
For example take &#8216;git rm&#8217; which should be instead what &#8216;git rm &#8211;cached&#8217; does.<br />
&#8216;git rm&#8217; will only delete the file from the current head, however it won&#8217;t check for it being in previous versions. So if you just created a file, but never made a commit, and do a &#8216;git-rm&#8217; on it, that file is a goner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allen</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-13082</link>
		<dc:creator>allen</dc:creator>
		<pubDate>Sun, 13 Jun 2010 14:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-13082</guid>
		<description>excellent work xkoder. tks!</description>
		<content:encoded><![CDATA[<p>excellent work xkoder. tks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-10865</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-10865</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-10689</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 06 Mar 2010 22:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-10689</guid>
		<description>Thank you much for the very straightforward tutorial. Easiest one I&#039;ve found on google.</description>
		<content:encoded><![CDATA[<p>Thank you much for the very straightforward tutorial. Easiest one I&#8217;ve found on google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Version control: Git tutorials and how-tos &#124; FZ Blogs</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-10329</link>
		<dc:creator>Version control: Git tutorials and how-tos &#124; FZ Blogs</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-10329</guid>
		<description>[...] Git Tutorial : Starting with git using just 10 commands [...]</description>
		<content:encoded><![CDATA[<p>[...] Git Tutorial : Starting with git using just 10 commands [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Github and the Mootools Forge: My experience. Samuel Thurston</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-9641</link>
		<dc:creator>Github and the Mootools Forge: My experience. Samuel Thurston</dc:creator>
		<pubDate>Tue, 05 Jan 2010 15:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-9641</guid>
		<description>[...] The Forge is tightly integrated with the &#8220;social coding&#8221; site Github. But the integration isn&#8217;t optional. This forced me to quickly familiarize myself with git, which was something I had been meaning to do anyway and just needed this type of impetus to do it.  Fortunately git is extremely intuitive for an old-school command line dweller such as myself, and Github&#8217;s own help site is a great resource.  I also found this blog post extremely useful as a git quick-reference. [...]</description>
		<content:encoded><![CDATA[<p>[...] The Forge is tightly integrated with the &#8220;social coding&#8221; site Github. But the integration isn&#8217;t optional. This forced me to quickly familiarize myself with git, which was something I had been meaning to do anyway and just needed this type of impetus to do it.  Fortunately git is extremely intuitive for an old-school command line dweller such as myself, and Github&#8217;s own help site is a great resource.  I also found this blog post extremely useful as a git quick-reference. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ Strouse</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-9590</link>
		<dc:creator>DJ Strouse</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-9590</guid>
		<description>Best tutorial I found for total noobs.  Thanks!</description>
		<content:encoded><![CDATA[<p>Best tutorial I found for total noobs.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn GIT &#171; Having fun with Web Development</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-8394</link>
		<dc:creator>Learn GIT &#171; Having fun with Web Development</dc:creator>
		<pubDate>Wed, 28 Oct 2009 03:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-8394</guid>
		<description>[...] 1. Git Tutorial : Starting with git using just 10 commands  [...]</description>
		<content:encoded><![CDATA[<p>[...] 1. Git Tutorial : Starting with git using just 10 commands  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-6719</link>
		<dc:creator>Matteo</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-6719</guid>
		<description>thanks easy nice end clean post</description>
		<content:encoded><![CDATA[<p>thanks easy nice end clean post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuroki Kaze</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/comment-page-1/#comment-5754</link>
		<dc:creator>Kuroki Kaze</dc:creator>
		<pubDate>Thu, 27 Aug 2009 11:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-5754</guid>
		<description>Whoa, very helpful, thanks :) Git seems like very valuable tool, will look into it :)</description>
		<content:encoded><![CDATA[<p>Whoa, very helpful, thanks <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Git seems like very valuable tool, will look into it <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
