<?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>Wed, 01 Feb 2012 18:52:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 2 vídeo e 17 tutoriais sobre Github para você virar Ninja e sair detonando! &#124; Desenvolvedor, Webdesigner e Pesquisador &#124; deivison.com.br</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/#comment-417</link>
		<dc:creator>2 vídeo e 17 tutoriais sobre Github para você virar Ninja e sair detonando! &#124; Desenvolvedor, Webdesigner e Pesquisador &#124; deivison.com.br</dc:creator>
		<pubDate>Wed, 01 Feb 2012 18:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-417</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: YodleMonkey</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/#comment-405</link>
		<dc:creator>YodleMonkey</dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-405</guid>
		<description>Most git tutorials make my brain hurt. This one was clear, simple and useful.

Thanks!</description>
		<content:encoded><![CDATA[<p>Most git tutorials make my brain hurt. This one was clear, simple and useful.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Startup Ninja</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/#comment-207</link>
		<dc:creator>Startup Ninja</dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-207</guid>
		<description>great tutorial. </description>
		<content:encoded><![CDATA[<p>great tutorial. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjaykumar2325</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/#comment-206</link>
		<dc:creator>Sanjaykumar2325</dc:creator>
		<pubDate>Wed, 06 Jul 2011 09:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-206</guid>
		<description>pls try to write understandable language with examples
 </description>
		<content:encoded><![CDATA[<p>pls try to write understandable language with examples<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chickenfoot</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/#comment-198</link>
		<dc:creator>Chickenfoot</dc:creator>
		<pubDate>Wed, 30 Mar 2011 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=8#comment-198</guid>
		<description>You&#039;d be surprised how many terrible tutorials there are on Google for intros to using Git.. yours was straightforward and easy to understand! Thank you :)</description>
		<content:encoded><![CDATA[<p>You&#8217;d be surprised how many terrible tutorials there are on Google for intros to using Git.. yours was straightforward and easy to understand! Thank you <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karatedog</title>
		<link>http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/#comment-126</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-126</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-120</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-120</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-119</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-119</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-118</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-118</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-117</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-117</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>
</channel>
</rss>

