<?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: To Git or Not to Git</title>
	<atom:link href="http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/</link>
	<description>Compartiendo fragmentos de código con el mundo.</description>
	<lastBuildDate>Sun, 22 Aug 2010 21:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Marcos Ricardo</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-374</link>
		<dc:creator>Marcos Ricardo</dc:creator>
		<pubDate>Sat, 10 Jan 2009 13:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-374</guid>
		<description>I can not be considered a git/github &quot;hard user&quot;, but I have been using it for a while on Windows, and no big deal, it works just fine.

I have made a little contribution myself, here:

http://marcricblog.blogspot.com/2009/01/github-primer-real-one.html

But a more advanced public tutorial, on text style or a screencast or whatever, would be nice.</description>
		<content:encoded><![CDATA[<p>I can not be considered a git/github &#8220;hard user&#8221;, but I have been using it for a while on Windows, and no big deal, it works just fine.</p>
<p>I have made a little contribution myself, here:</p>
<p><a href="http://marcricblog.blogspot.com/2009/01/github-primer-real-one.html" rel="nofollow">http://marcricblog.blogspot.com/2009/01/github-primer-real-one.html</a></p>
<p>But a more advanced public tutorial, on text style or a screencast or whatever, would be nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-372</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 08 Jan 2009 11:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-372</guid>
		<description>@Charles: Contrary to what the guide say, I&#039;ll disable autocrlf for good. Any moderm text editor can deal with CR/LF without issues (except for NetBeans).</description>
		<content:encoded><![CDATA[<p>@Charles: Contrary to what the guide say, I&#8217;ll disable autocrlf for good. Any moderm text editor can deal with CR/LF without issues (except for NetBeans).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Roper</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-371</link>
		<dc:creator>Charles Roper</dc:creator>
		<pubDate>Thu, 08 Jan 2009 11:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-371</guid>
		<description>Info on how to resolve the crlf issue can be found here:

http://github.com/guides/dealing-with-newlines-in-git

There are a couple of other guides under Git for Windows here:

http://github.com/guides/home

I&#039;ve personally found msysGit to be very reliable. I had several problems with the Cygwin version, mainly relating to ssh keys and the like. I definitely highly recommend sticking with the msys version:

http://code.google.com/p/msysgit/</description>
		<content:encoded><![CDATA[<p>Info on how to resolve the crlf issue can be found here:</p>
<p><a href="http://github.com/guides/dealing-with-newlines-in-git" rel="nofollow">http://github.com/guides/dealing-with-newlines-in-git</a></p>
<p>There are a couple of other guides under Git for Windows here:</p>
<p><a href="http://github.com/guides/home" rel="nofollow">http://github.com/guides/home</a></p>
<p>I&#8217;ve personally found msysGit to be very reliable. I had several problems with the Cygwin version, mainly relating to ssh keys and the like. I definitely highly recommend sticking with the msys version:</p>
<p><a href="http://code.google.com/p/msysgit/" rel="nofollow">http://code.google.com/p/msysgit/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-370</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 07 Jan 2009 16:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-370</guid>
		<description>@dstar:

That&#039;s because msysGit assumed autocrlf should be true on Windows...

That&#039;s a huge mistake, and can be easily corrected.</description>
		<content:encoded><![CDATA[<p>@dstar:</p>
<p>That&#8217;s because msysGit assumed autocrlf should be true on Windows&#8230;</p>
<p>That&#8217;s a huge mistake, and can be easily corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dstar</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-369</link>
		<dc:creator>dstar</dc:creator>
		<pubDate>Wed, 07 Jan 2009 16:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-369</guid>
		<description>I don&#039;t know that git _does_ work on windows; I know I wouldn&#039;t trust it. I tried it out a couple of weeks ago, and after doing a git clone , git status listed a couple dozen files as having been changed, which obviously wasn&#039;t the case....</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know that git <em>does</em> work on windows; I know I wouldn&#8217;t trust it. I tried it out a couple of weeks ago, and after doing a git clone , git status listed a couple dozen files as having been changed, which obviously wasn&#8217;t the case&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-368</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-368</guid>
		<description>Thank you Hugo for the link!

I haven&#039;t watched it yet, will do later today and update the post with it.</description>
		<content:encoded><![CDATA[<p>Thank you Hugo for the link!</p>
<p>I haven&#8217;t watched it yet, will do later today and update the post with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-367</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-367</guid>
		<description>@Tom: you&#039;re right, I should be working on RubyInstaller :D

I just approved your comment for gitcasts and Hugo direct link to it. I&#039;m about to update the post with that.

Thank you!</description>
		<content:encoded><![CDATA[<p>@Tom: you&#8217;re right, I should be working on RubyInstaller <img src='http://blog.mmediasys.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I just approved your comment for gitcasts and Hugo direct link to it. I&#8217;m about to update the post with that.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-366</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Tue, 06 Jan 2009 16:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-366</guid>
		<description>There are some tutorials covering git in github and some other around the web. But I didn&#039;t find a &quot;complete&quot; tutorial that explain everything for a git newbie.

Regarding the screencast, there is one related to windows on gitcasts: http://www.gitcasts.com/posts/git-on-windows

I haven&#039;t seen it, so I can&#039;t say if it&#039;s worth doing a new one.</description>
		<content:encoded><![CDATA[<p>There are some tutorials covering git in github and some other around the web. But I didn&#8217;t find a &#8220;complete&#8221; tutorial that explain everything for a git newbie.</p>
<p>Regarding the screencast, there is one related to windows on gitcasts: <a href="http://www.gitcasts.com/posts/git-on-windows" rel="nofollow">http://www.gitcasts.com/posts/git-on-windows</a></p>
<p>I haven&#8217;t seen it, so I can&#8217;t say if it&#8217;s worth doing a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-365</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 06 Jan 2009 06:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-365</guid>
		<description>Luis: Check out http://gitcasts.com/ - It has a screencast about git on windows amongst other things. I haven&#039;t seen it myself but that might be worth linking to.

Note: Apparently my first comment didn&#039;t post; Odd. If another similar post shows up, please delete it.</description>
		<content:encoded><![CDATA[<p>Luis: Check out <a href="http://gitcasts.com/" rel="nofollow">http://gitcasts.com/</a> &#8211; It has a screencast about git on windows amongst other things. I haven&#8217;t seen it myself but that might be worth linking to.</p>
<p>Note: Apparently my first comment didn&#8217;t post; Odd. If another similar post shows up, please delete it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.mmediasys.com/2009/01/05/to-git-or-not-to-git/comment-page-1/#comment-364</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 06 Jan 2009 06:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=117#comment-364</guid>
		<description>@Luis: A friend of mine sent this link my way earlier: http://gitcasts.com/

It has a screencast about git on windows; I haven&#039;t watched it myself, but that might be worth checking out and/or linking to.

Besides, you don&#039;t have time for git screencasts, you should be working on 1.9.1. ;)</description>
		<content:encoded><![CDATA[<p>@Luis: A friend of mine sent this link my way earlier: <a href="http://gitcasts.com/" rel="nofollow">http://gitcasts.com/</a></p>
<p>It has a screencast about git on windows; I haven&#8217;t watched it myself, but that might be worth checking out and/or linking to.</p>
<p>Besides, you don&#8217;t have time for git screencasts, you should be working on 1.9.1. <img src='http://blog.mmediasys.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
