<?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: [wiki] Git, a Quick Start Guide</title>
	<atom:link href="http://jcorrea.es/2008/08/25/wiki-git-quick-start-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://jcorrea.es/2008/08/25/wiki-git-quick-start-guide/</link>
	<description>without music, life would be a mistake</description>
	<lastBuildDate>Wed, 30 Jun 2010 22:14:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Agustín Jiménez</title>
		<link>http://jcorrea.es/2008/08/25/wiki-git-quick-start-guide/comment-page-1/#comment-858</link>
		<dc:creator>Agustín Jiménez</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://jcorrea.es/?p=83#comment-858</guid>
		<description>Great post!!! 

I was just waiting for an article like this to start with Git. Good job. :)</description>
		<content:encoded><![CDATA[<p>Great post!!! </p>
<p>I was just waiting for an article like this to start with Git. Good job. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Correa</title>
		<link>http://jcorrea.es/2008/08/25/wiki-git-quick-start-guide/comment-page-1/#comment-856</link>
		<dc:creator>Jorge Correa</dc:creator>
		<pubDate>Tue, 26 Aug 2008 20:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://jcorrea.es/?p=83#comment-856</guid>
		<description>@Juan Lupión Right now I&#039;m not afraid. Once I run a very *real* project I&#039;ll be carefull, sure!

@Keko work less, make more :)

@Ale Muñoz two great references! thanks.</description>
		<content:encoded><![CDATA[<p>@Juan Lupión Right now I&#8217;m not afraid. Once I run a very *real* project I&#8217;ll be carefull, sure!</p>
<p>@Keko work less, make more :)</p>
<p>@Ale Muñoz two great references! thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ale Muñoz</title>
		<link>http://jcorrea.es/2008/08/25/wiki-git-quick-start-guide/comment-page-1/#comment-849</link>
		<dc:creator>Ale Muñoz</dc:creator>
		<pubDate>Tue, 26 Aug 2008 11:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://jcorrea.es/?p=83#comment-849</guid>
		<description>You *have* to take a look at this: &lt;a href=&quot;http://hoth.entp.com/output/git_for_designers.html&quot; rel=&quot;nofollow&quot;&gt;Git for Designers&lt;/a&gt;

It&#039;s not for designers, really, but it&#039;s worth reading : )

Also, I&#039;ve found the &lt;a href=&quot;http://peepcode.com/products/git-internals-pdf&quot; rel=&quot;nofollow&quot;&gt;Git Internals book&lt;/a&gt; at Peepcode is very usefull when learning Git (don&#039;t be afraid of the &quot;Internals&quot; thingie, it is readable by *humans* : )</description>
		<content:encoded><![CDATA[<p>You *have* to take a look at this: <a href="http://hoth.entp.com/output/git_for_designers.html" rel="nofollow">Git for Designers</a></p>
<p>It&#8217;s not for designers, really, but it&#8217;s worth reading : )</p>
<p>Also, I&#8217;ve found the <a href="http://peepcode.com/products/git-internals-pdf" rel="nofollow">Git Internals book</a> at Peepcode is very usefull when learning Git (don&#8217;t be afraid of the &#8220;Internals&#8221; thingie, it is readable by *humans* : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keko</title>
		<link>http://jcorrea.es/2008/08/25/wiki-git-quick-start-guide/comment-page-1/#comment-847</link>
		<dc:creator>Keko</dc:creator>
		<pubDate>Tue, 26 Aug 2008 10:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://jcorrea.es/?p=83#comment-847</guid>
		<description>I made a script with the three initial instructions in my scripts folder, and an alias &quot;sgit&quot; in my .bash_profile (to avoid the .sh, yes, I&#039;m laaaazy).</description>
		<content:encoded><![CDATA[<p>I made a script with the three initial instructions in my scripts folder, and an alias &#8220;sgit&#8221; in my .bash_profile (to avoid the .sh, yes, I&#8217;m laaaazy).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Lupión</title>
		<link>http://jcorrea.es/2008/08/25/wiki-git-quick-start-guide/comment-page-1/#comment-842</link>
		<dc:creator>Juan Lupión</dc:creator>
		<pubDate>Mon, 25 Aug 2008 21:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://jcorrea.es/?p=83#comment-842</guid>
		<description>Subversion users should be aware that similarities between git and svn valid command-line options may be misleading: for examples &#039;git revert&#039; is quite different from &#039;svn revert&#039;.   To make things worse, there *are* some straight equivalences -- &#039;git st&#039; does just what &#039;svn st&#039; does.   With great power comes great responsibility...</description>
		<content:encoded><![CDATA[<p>Subversion users should be aware that similarities between git and svn valid command-line options may be misleading: for examples &#8216;git revert&#8217; is quite different from &#8216;svn revert&#8217;.   To make things worse, there *are* some straight equivalences &#8212; &#8216;git st&#8217; does just what &#8216;svn st&#8217; does.   With great power comes great responsibility&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
