<?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>redirect_to :hack &#187; Git</title>
	<atom:link href="http://blog.coderubik.com/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coderubik.com</link>
	<description>Thoughts on Ruby on Rails and Web development</description>
	<lastBuildDate>Thu, 25 Mar 2010 17:19:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Understanding Git Conceptually</title>
		<link>http://blog.coderubik.com/2009/04/understanding-git-conceptually/</link>
		<comments>http://blog.coderubik.com/2009/04/understanding-git-conceptually/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:54:00 +0000</pubDate>
		<dc:creator>Pierre Olivier Martel</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://modelix.net/?p=11</guid>
		<description><![CDATA[As developers, we take for granted the use of a VCS. I started out with CVS then Subversion and since I work with Ruby on Rails, I have been introduced to git. Working in the Rails world, you cannot avoid git (and you really shouldn&#8217;t try to!). Most plugins and gems for rails are hosted [...]]]></description>
			<content:encoded><![CDATA[<p>As developers, we take for granted the use of a <a href="http://en.wikipedia.org/wiki/Version_control_system"><span class="caps">VCS</span></a>. I started out with <span class="caps">CVS </span>then Subversion and since I work with Ruby on Rails, I have been introduced to git. Working in the Rails world, you cannot avoid git (and you really shouldn&#8217;t try to!). Most plugins and gems for rails are hosted on GitHub and so basic understanding git is essential.</p>

<p>But only learning the basics of git is also a mistake you should avoid! When you&#8217;re learning a new language and framework, you don&#8217;t have much time (and motivation) left to learn in depth the in and outs of a new <span class="caps">VCS.</span> And so I have avoided really learning how git works and I only memorized the few commands I needed to commit, pull and merge.</p>

<p>A few weeks ago I stumbled on a great paper called <a href="http://www.eecs.harvard.edu/%7Ecduan/technical/git/">understanding git conceptually</a>. I was doubtful at first as to why I should understand the workings of git in order to better use it. I think the authors nails it right :</p>

<blockquote><p>The conclusion I draw from this is that <strong>you can only really use Git if you understand how Git works</strong>. Merely memorizing which commands you should run at what times will work in the short run, but it&#8217;s only a matter of time before you get stuck or, worse, break something.</p></blockquote>

<p>Reading the whole paper takes about half an hour and it helped me demistify things such as what is the difference between <span class="caps">HEAD </span>and head? What is a fast-forward merge? What is a commit object and how do you reference it? What is rebasing?</p>

<p>If you are working with git and understand don&#8217;t yet understand the concepts behind it, take half an hour to learn something useful. It will save you some precious time in the long run!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.coderubik.com/2009/04/understanding-git-conceptually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->