<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Getting started with git and github</title>
	<atom:link href="http://aralbalkan.com/1760/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1760</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Tue, 22 May 2012 18:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mauricio Wolff</title>
		<link>http://aralbalkan.com/1760/comment-page-1#comment-204382</link>
		<dc:creator>Mauricio Wolff</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1760#comment-204382</guid>
		<description>Thanks, this info really helped me, was stuck...</description>
		<content:encoded><![CDATA[<p>Thanks, this info really helped me, was stuck&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1760/comment-page-1#comment-200376</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Mon, 22 Dec 2008 13:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1760#comment-200376</guid>
		<description>Hey Tom, cool; just friended you back. The social aspect of GitHub looks very interesting. 

Have to say, so far, I&#039;m loving Git! T&#039;was pretty painless to get started with it and now, with submodules, etc., I&#039;ve actually got a better workflow than I did with SVN (never warmed to externs).

I hear you on .gitignore, had to start using it almost immediately. I actually don&#039;t mind Vim as the default editor for commit messages (prefer it to the context change from Terminal to TextMate). After all, all I do is &lt;em&gt;i&lt;/em&gt; for insert, type message, Esc, :wq :)

Will look into rebase and thanks for the heads up on non-git aware apps.</description>
		<content:encoded><![CDATA[<p>Hey Tom, cool; just friended you back. The social aspect of GitHub looks very interesting. </p>
<p>Have to say, so far, I&#8217;m loving Git! T&#8217;was pretty painless to get started with it and now, with submodules, etc., I&#8217;ve actually got a better workflow than I did with SVN (never warmed to externs).</p>
<p>I hear you on .gitignore, had to start using it almost immediately. I actually don&#8217;t mind Vim as the default editor for commit messages (prefer it to the context change from Terminal to TextMate). After all, all I do is <em>i</em> for insert, type message, Esc, :wq :)</p>
<p>Will look into rebase and thanks for the heads up on non-git aware apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Morris</title>
		<link>http://aralbalkan.com/1760/comment-page-1#comment-200196</link>
		<dc:creator>Tom Morris</dc:creator>
		<pubDate>Sun, 21 Dec 2008 14:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1760#comment-200196</guid>
		<description>Hey Aral, I&#039;ve just friended you on GitHub. When you&#039;ve got a list of friends on there, it ends like a very dorky version of Facebook or Twitter.

Other things you should do when you start with Git: learn how to use .gitignore, learn how to tell Git what text editor you use (it&#039;ll probably use Vim as a default, but you&#039;ll probably want to switch it to TextMate). One thing I often do is to use a rake task for committing that runs my RSpec tests. You can also use pre-commit hooks to make sure your test suite is run before you can commit, or use something like a Rake, Make or Ant task (or a shell script) to make sure the tests run and pass before you can push. Also, learn about rebase. It&#039;s very powerful and useful.

Also, be aware that some things will not be aware of your &#039;.git&#039; folder while they are aware of .svn or CVS folders. I&#039;ve had a lot of irritation with Hoe, the Ruby gem utility, which keeps deciding to delete my .git folder when I try and publish my gem.</description>
		<content:encoded><![CDATA[<p>Hey Aral, I&#8217;ve just friended you on GitHub. When you&#8217;ve got a list of friends on there, it ends like a very dorky version of Facebook or Twitter.</p>
<p>Other things you should do when you start with Git: learn how to use .gitignore, learn how to tell Git what text editor you use (it&#8217;ll probably use Vim as a default, but you&#8217;ll probably want to switch it to TextMate). One thing I often do is to use a rake task for committing that runs my RSpec tests. You can also use pre-commit hooks to make sure your test suite is run before you can commit, or use something like a Rake, Make or Ant task (or a shell script) to make sure the tests run and pass before you can push. Also, learn about rebase. It&#8217;s very powerful and useful.</p>
<p>Also, be aware that some things will not be aware of your &#8216;.git&#8217; folder while they are aware of .svn or CVS folders. I&#8217;ve had a lot of irritation with Hoe, the Ruby gem utility, which keeps deciding to delete my .git folder when I try and publish my gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1760/comment-page-1#comment-200168</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Sun, 21 Dec 2008 11:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1760#comment-200168</guid>
		<description>Hey Dylan,

Cool, glad to hear it was useful! And thanks for the pre tag style suggestion, I just implemented it. Looks much nicer indeed. :)</description>
		<content:encoded><![CDATA[<p>Hey Dylan,</p>
<p>Cool, glad to hear it was useful! And thanks for the pre tag style suggestion, I just implemented it. Looks much nicer indeed. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://aralbalkan.com/1760/comment-page-1#comment-200101</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Sun, 21 Dec 2008 04:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1760#comment-200101</guid>
		<description>Thanks for this, I&#039;ve been eager to get started with git but too lazy to get over this hurdle.

On a different topic, you might want to change your pre tags overflow: auto; so you don&#039;t get the unseemly scroll gutter when you&#039;re not using it.</description>
		<content:encoded><![CDATA[<p>Thanks for this, I&#8217;ve been eager to get started with git but too lazy to get over this hurdle.</p>
<p>On a different topic, you might want to change your pre tags overflow: auto; so you don&#8217;t get the unseemly scroll gutter when you&#8217;re not using it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

