<?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: The Day I Got Git (with some help from github)</title>
	<atom:link href="http://lbrandy.com/blog/2009/01/the-day-i-got-git-with-some-help-from-github/feed/" rel="self" type="application/rss+xml" />
	<link>http://lbrandy.com/blog/2009/01/the-day-i-got-git-with-some-help-from-github/</link>
	<description>{ on programming and the internets, every monday }</description>
	<lastBuildDate>Mon, 23 Aug 2010 09:39:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andreas</title>
		<link>http://lbrandy.com/blog/2009/01/the-day-i-got-git-with-some-help-from-github/comment-page-1/#comment-1751</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Wed, 07 Jan 2009 18:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=375#comment-1751</guid>
		<description>That&#039;s pretty cool, both that your bosses went along with open sourcing it, and that you moved to a DVCS, so there&#039;s no extra overhead importing the project history.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty cool, both that your bosses went along with open sourcing it, and that you moved to a DVCS, so there&#8217;s no extra overhead importing the project history.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chucho</title>
		<link>http://lbrandy.com/blog/2009/01/the-day-i-got-git-with-some-help-from-github/comment-page-1/#comment-1750</link>
		<dc:creator>Chucho</dc:creator>
		<pubDate>Wed, 07 Jan 2009 17:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=375#comment-1750</guid>
		<description>This is nonsense. It&#039;s not about the git project, it&#039;s about a website, github. You can easily add a &quot;fork&quot; option to google code, sourceforge or any other website.</description>
		<content:encoded><![CDATA[<p>This is nonsense. It&#8217;s not about the git project, it&#8217;s about a website, github. You can easily add a &#8220;fork&#8221; option to google code, sourceforge or any other website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: louis</title>
		<link>http://lbrandy.com/blog/2009/01/the-day-i-got-git-with-some-help-from-github/comment-page-1/#comment-1728</link>
		<dc:creator>louis</dc:creator>
		<pubDate>Tue, 06 Jan 2009 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=375#comment-1728</guid>
		<description>@Trevor,

I think there is an element of truth in what you are saying, though. This really _is_ a use-case difference between github and sourceforge, but part of the point is that git enables most of the best features of github (which is what Chris is referencing). You couldn&#039;t simply clone github&#039;s functionality but base the entire thing on subversion.

The real &quot;killer feature&quot; for me, in this case, is the ability to have anyone else take temporary (or even permanent) ownership of a project while I&#039;m distracted.  Equivalently, a variety of people can make small changes to suit their own needs without involving me. If and when I decide to return, I&#039;ll be able to reintegrate all of their changes, if I want.</description>
		<content:encoded><![CDATA[<p>@Trevor,</p>
<p>I think there is an element of truth in what you are saying, though. This really _is_ a use-case difference between github and sourceforge, but part of the point is that git enables most of the best features of github (which is what Chris is referencing). You couldn&#8217;t simply clone github&#8217;s functionality but base the entire thing on subversion.</p>
<p>The real &#8220;killer feature&#8221; for me, in this case, is the ability to have anyone else take temporary (or even permanent) ownership of a project while I&#8217;m distracted.  Equivalently, a variety of people can make small changes to suit their own needs without involving me. If and when I decide to return, I&#8217;ll be able to reintegrate all of their changes, if I want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://lbrandy.com/blog/2009/01/the-day-i-got-git-with-some-help-from-github/comment-page-1/#comment-1726</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 06 Jan 2009 09:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=375#comment-1726</guid>
		<description>Trevor: Check out paragraph three of &quot;Enter git&quot; (for example). Without Git, these things would not be possible. Subversion just isn&#039;t architected for this type of thing.</description>
		<content:encoded><![CDATA[<p>Trevor: Check out paragraph three of &#8220;Enter git&#8221; (for example). Without Git, these things would not be possible. Subversion just isn&#8217;t architected for this type of thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://lbrandy.com/blog/2009/01/the-day-i-got-git-with-some-help-from-github/comment-page-1/#comment-1722</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 06 Jan 2009 06:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=375#comment-1722</guid>
		<description>I don&#039;t see anything in your story that shows a strength of git and a weakness of Subversion. This is really a SourceForge vs. github discussion. The problems you cite could be addressed by adding github-style enhancements to SourceForge; they are largely independent of the version control system that it uses.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see anything in your story that shows a strength of git and a weakness of Subversion. This is really a SourceForge vs. github discussion. The problems you cite could be addressed by adding github-style enhancements to SourceForge; they are largely independent of the version control system that it uses.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
