<?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: On gitology</title>
	<atom:link href="http://jordi.inversethought.com/blog/on-gitology/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordi.inversethought.com/blog/on-gitology/</link>
	<description>Mathematician. Free Coder. Hacker-errant.</description>
	<lastBuildDate>Thu, 18 Apr 2013 19:37:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jordi</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-12217</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Fri, 08 Feb 2013 20:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-12217</guid>
		<description><![CDATA[Subversion is indeed simple until you want to do something like working on your own without stepping on anyone&#039;s toes. DVCS isn&#039;t a problem. The problem is just how git presents it. Try reading this &lt;a href=&quot;http://hginit.com/00.html&quot; rel=&quot;nofollow&quot;&gt;gitless Subversion reeducation&lt;/a&gt; and see if makes sense for you. I&#039;ve heard a lot of people report that even if they decide to use git anyways, this bit of Mercurial documentation helps them out.

Furthermore, Mercurial tries to cater to users of other VCSes, distributed or not, because it wants to present a consistent interface. Git makes no such concession.]]></description>
		<content:encoded><![CDATA[<p>Subversion is indeed simple until you want to do something like working on your own without stepping on anyone&#8217;s toes. DVCS isn&#8217;t a problem. The problem is just how git presents it. Try reading this <a href="http://hginit.com/00.html" rel="nofollow">gitless Subversion reeducation</a> and see if makes sense for you. I&#8217;ve heard a lot of people report that even if they decide to use git anyways, this bit of Mercurial documentation helps them out.</p>
<p>Furthermore, Mercurial tries to cater to users of other VCSes, distributed or not, because it wants to present a consistent interface. Git makes no such concession.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-12212</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 08 Feb 2013 17:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-12212</guid>
		<description><![CDATA[Thank you!  Everyone in my office is being forced to use GIT b/c, well, someone in management heard a buzzword and thought it would be great for all of us to use it. . .but, they want us to use it exactly like Subversion.

*bangs head on wall*

So far, I&#039;ve had GIT commit the one file out of 3,000 that I wanted.  When I looked at our remote GIT repository, it deleted 2,999 files and updated the one I changed.  Fantastic.

luckily, our subversion repo is still around so I didn&#039;t really lose anything.

Not sure if I found this on your site or someplace else, but it describes how easy it is to use GIT for a simple, 2 developer, non open source, project.  In subversion, I change a file, I commit.  that apparently is too difficult.  Luckily, GIT has a much simpler work flow for us now:

“That is one of the simplest workflows. You work for a while, generally in a topic branch, and merge into your master branch when it’s ready to be integrated. When you want to share that work, you merge it into your own master branch, then fetch and merge origin/master if it has changed, and finally push to the master branch on the server.”]]></description>
		<content:encoded><![CDATA[<p>Thank you!  Everyone in my office is being forced to use GIT b/c, well, someone in management heard a buzzword and thought it would be great for all of us to use it. . .but, they want us to use it exactly like Subversion.</p>
<p>*bangs head on wall*</p>
<p>So far, I&#8217;ve had GIT commit the one file out of 3,000 that I wanted.  When I looked at our remote GIT repository, it deleted 2,999 files and updated the one I changed.  Fantastic.</p>
<p>luckily, our subversion repo is still around so I didn&#8217;t really lose anything.</p>
<p>Not sure if I found this on your site or someplace else, but it describes how easy it is to use GIT for a simple, 2 developer, non open source, project.  In subversion, I change a file, I commit.  that apparently is too difficult.  Luckily, GIT has a much simpler work flow for us now:</p>
<p>“That is one of the simplest workflows. You work for a while, generally in a topic branch, and merge into your master branch when it’s ready to be integrated. When you want to share that work, you merge it into your own master branch, then fetch and merge origin/master if it has changed, and finally push to the master branch on the server.”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-12104</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Mon, 04 Feb 2013 14:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-12104</guid>
		<description><![CDATA[Uhm... thanks? Who are you? You don&#039;t seem to be a spammer...]]></description>
		<content:encoded><![CDATA[<p>Uhm&#8230; thanks? Who are you? You don&#8217;t seem to be a spammer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-12049</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 03 Feb 2013 04:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-12049</guid>
		<description><![CDATA[Still an excellent article.  You are a golden god.]]></description>
		<content:encoded><![CDATA[<p>Still an excellent article.  You are a golden god.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-6099</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Wed, 22 Aug 2012 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-6099</guid>
		<description><![CDATA[Git doesn&#039;t require that much emotional investment. Hating it is fine, but don&#039;t forget to dedicate your heart to something more worthwhile than git. ;-)]]></description>
		<content:encoded><![CDATA[<p>Git doesn&#8217;t require that much emotional investment. Hating it is fine, but don&#8217;t forget to dedicate your heart to something more worthwhile than git. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-6098</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 22 Aug 2012 17:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-6098</guid>
		<description><![CDATA[I hate Git with all my heart.]]></description>
		<content:encoded><![CDATA[<p>I hate Git with all my heart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-6038</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Thu, 16 Aug 2012 20:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-6038</guid>
		<description><![CDATA[Glad to know I helped. I have a forthcoming blog post about how &quot;moving branches&quot; is a really dumb &quot;design&quot; choice and exemplary of the general idiocy that pervades in git. With encouraging words like yours, it may happen sooner. :-)]]></description>
		<content:encoded><![CDATA[<p>Glad to know I helped. I have a forthcoming blog post about how &#8220;moving branches&#8221; is a really dumb &#8220;design&#8221; choice and exemplary of the general idiocy that pervades in git. With encouraging words like yours, it may happen sooner. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boot Zero</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-6037</link>
		<dc:creator>Boot Zero</dc:creator>
		<pubDate>Thu, 16 Aug 2012 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-6037</guid>
		<description><![CDATA[After weeks of Git hate, I typed &quot;I fucking hate git&quot; into Google and found you.  Thanks for the sanity break, and to discover that I am not alone.]]></description>
		<content:encoded><![CDATA[<p>After weeks of Git hate, I typed &#8220;I fucking hate git&#8221; into Google and found you.  Thanks for the sanity break, and to discover that I am not alone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-4626</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Fri, 24 Feb 2012 16:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-4626</guid>
		<description><![CDATA[Thanks, I think I always misspell that. :-)]]></description>
		<content:encoded><![CDATA[<p>Thanks, I think I always misspell that. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wardmuylaert</title>
		<link>http://jordi.inversethought.com/blog/on-gitology/#comment-4617</link>
		<dc:creator>wardmuylaert</dc:creator>
		<pubDate>Fri, 24 Feb 2012 02:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://jordi.inversethought.com/?p=196#comment-4617</guid>
		<description><![CDATA[Random off topic nitpicking: it&#039;s &quot;ad nauseam&quot;, not &quot;ad-nauseum&quot;. Six years of Latin made a mark.]]></description>
		<content:encoded><![CDATA[<p>Random off topic nitpicking: it&#8217;s &#8220;ad nauseam&#8221;, not &#8220;ad-nauseum&#8221;. Six years of Latin made a mark.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
