<?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: Will Git Drive Open Source Contribution</title>
	<atom:link href="http://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/</link>
	<description>Thoughts while working and playing as a Software Developer</description>
	<lastBuildDate>Thu, 11 Apr 2013 16:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Develop in the Cloud - Tim Kellogg - How to Make an OSS Project Thrive</title>
		<link>http://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/#comment-438</link>
		<dc:creator>Develop in the Cloud - Tim Kellogg - How to Make an OSS Project Thrive</dc:creator>
		<pubDate>Wed, 08 Aug 2012 01:07:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chrismissal/archive/2009/09/23/will-git-drive-open-source-contribution.aspx#comment-438</guid>
		<description>[...] using a distributed version-control system -- probably Git and Github. A DVCS makes sharing ideas so much easier and social than traditional version control that contributions will definitely start to pour in if [...]</description>
		<content:encoded><![CDATA[<p>[...] using a distributed version-control system &#8212; probably Git and Github. A DVCS makes sharing ideas so much easier and social than traditional version control that contributions will definitely start to pour in if [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enrique Ramirez</title>
		<link>http://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/#comment-137</link>
		<dc:creator>Enrique Ramirez</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:03:58 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chrismissal/archive/2009/09/23/will-git-drive-open-source-contribution.aspx#comment-137</guid>
		<description>Well I for one once thought exactly like Borek above, only that I was hooked on Bazaar instead of Mercurial. The thing is, I had to work on Git for a single project where I had no other choice, and after learning it everything just clicked for me. Yes, the terminology is not &quot;intuitive&quot; for people coming from cvs/svn/bzr/hg. After reading up on the commands a bit, though, it makes sense and it becomes a non issue. 

Where git really shines is when you are working on an open source project with active contributors. There&#039;s no surprise there, it&#039;s exactly what it was designed for. It makes it really easy for a developer to submit changes, and it makes it equally easy for the project lead to integrate those changes painlessly. 

And to comment on &quot;Why do we, Windows developers, use something that can&#039;t run natively on Windows?&quot;. I never liked the idea of installing Cygwin just to get git going. With the creation of msysgit this is no longer necessary and both the command-line interface and GUI look like they are running natively. Give it a shot, it makes installation painless and easy. </description>
		<content:encoded><![CDATA[<p>Well I for one once thought exactly like Borek above, only that I was hooked on Bazaar instead of Mercurial. The thing is, I had to work on Git for a single project where I had no other choice, and after learning it everything just clicked for me. Yes, the terminology is not &#8220;intuitive&#8221; for people coming from cvs/svn/bzr/hg. After reading up on the commands a bit, though, it makes sense and it becomes a non issue. </p>
<p>Where git really shines is when you are working on an open source project with active contributors. There&#8217;s no surprise there, it&#8217;s exactly what it was designed for. It makes it really easy for a developer to submit changes, and it makes it equally easy for the project lead to integrate those changes painlessly. </p>
<p>And to comment on &#8220;Why do we, Windows developers, use something that can&#8217;t run natively on Windows?&#8221;. I never liked the idea of installing Cygwin just to get git going. With the creation of msysgit this is no longer necessary and both the command-line interface and GUI look like they are running natively. Give it a shot, it makes installation painless and easy. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Borek</title>
		<link>http://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/#comment-136</link>
		<dc:creator>Borek</dc:creator>
		<pubDate>Thu, 24 Sep 2009 11:24:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chrismissal/archive/2009/09/23/will-git-drive-open-source-contribution.aspx#comment-136</guid>
		<description>Why do we, Windows developers, use something that can&#039;t run natively on Windows? Mercurial seems so much more natural on our platform yet no one uses it in the .NET community. Mercurial is often not even mentioned by the people moving away from svn. I don&#039;t get it.</description>
		<content:encoded><![CDATA[<p>Why do we, Windows developers, use something that can&#8217;t run natively on Windows? Mercurial seems so much more natural on our platform yet no one uses it in the .NET community. Mercurial is often not even mentioned by the people moving away from svn. I don&#8217;t get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Chisholm</title>
		<link>http://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/#comment-135</link>
		<dc:creator>Andrew Chisholm</dc:creator>
		<pubDate>Thu, 24 Sep 2009 10:15:30 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chrismissal/archive/2009/09/23/will-git-drive-open-source-contribution.aspx#comment-135</guid>
		<description>I must admit at first I was skeptical that Git would be for me, I&#039;m a Windows developer who almost never touches the command line. But using msysgit and/or Google&#039;s Git Extensions it is the easiest version control system I&#039;ve used, and definitely the fastest. I&#039;ve still yet to see a really straightforward tutorial (most overcomplicate the issues).</description>
		<content:encoded><![CDATA[<p>I must admit at first I was skeptical that Git would be for me, I&#8217;m a Windows developer who almost never touches the command line. But using msysgit and/or Google&#8217;s Git Extensions it is the easiest version control system I&#8217;ve used, and definitely the fastest. I&#8217;ve still yet to see a really straightforward tutorial (most overcomplicate the issues).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
