<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Beyond Syntax &#187; git</title>
	<atom:link href="http://www.beyond-syntax.com/category/tools/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beyond-syntax.com</link>
	<description>Looking beyond syntactical meaning</description>
	<lastBuildDate>Thu, 01 Jul 2010 22:45:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>git branch &#8211;force</title>
		<link>http://www.beyond-syntax.com/2009/05/git-branch-force/</link>
		<comments>http://www.beyond-syntax.com/2009/05/git-branch-force/#comments</comments>
		<pubDate>Fri, 29 May 2009 04:24:12 +0000</pubDate>
		<dc:creator>phinze</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.beyond-syntax.com/2009/05/git-branch-force/</guid>
		<description><![CDATA[The headaches of coordinating a transition from svn => bzr at $JOB a few months ago have had time to fade, and I&#8217;ve now had some time to get used to using a DVCS on a day-to-day basis.  Much like the experience of working with revision control is to the absence of it, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>The headaches of coordinating a transition from svn => bzr at $JOB a few months ago have had time to fade, and I&#8217;ve now had some time to get used to using a DVCS on a day-to-day basis.  Much like the experience of working with revision control is to the absence of it, I&#8217;ve found that the move to distributed revision control from centralized leaves one reluctant to return to the old way.</p>
<p>So, I&#8217;ve got Bazaar down pretty well&#8212;it&#8217;s design has been engineered for a smooth transition from Subversion&#8212;but Git is a different beast.</p>
<p>Git breaks a lot of the conceptual assumptions made in svn-land that you didn&#8217;t even know you were using to understand your daily VCS use; the basic &#8220;checkout, update, commit&#8221; operations don&#8217;t cleanly map to the git paradigm.  This can create many WTF moments spent staring at lines of help like:</p>
<blockquote>
<pre>git-rebase - Forward-port local commits to the updated upstream head</pre>
</blockquote>
<p>The payoff for diving into these treacherous waters is, IMHO, worth it.  When your first &#8216;git commit&#8217; or &#8216;git checkout&#8217; comes back within a few milliseconds and you&#8217;re left sitting there still trying to believe it&#8217;s already done&#8230; this is when you realize &#8220;Wow, this tool might actually change the way I work.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beyond-syntax.com/2009/05/git-branch-force/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
