<?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>stiefels.net &#187; Git</title>
	<atom:link href="http://www.stiefels.net/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stiefels.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 20 Sep 2009 10:39:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pro Git book now available</title>
		<link>http://www.stiefels.net/2009/07/29/pro-git-book-now-available/</link>
		<comments>http://www.stiefels.net/2009/07/29/pro-git-book-now-available/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 10:44:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.stiefels.net/?p=340</guid>
		<description><![CDATA[The Pro Git book, written by Scott Chacon and published by [Apress](http://apress.com/) is [now available](http://progit.org) for free. A printed version will be released [soon](http://www.amazon.com/gp/product/1430218339?ie=UTF8&#038;tag=prgi-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1430218339).
Scott also [published](http://github.com/progit/progit) the "source code" of the book under a [Creative Commons license](http://creativecommons.org/licenses/by-nc-sa/3.0/us/).
]]></description>
			<content:encoded><![CDATA[<p>The Pro Git book, written by Scott Chacon and published by [Apress](http://apress.com/) is [now available](http://progit.org) for free. A printed version will be released [soon](http://www.amazon.com/gp/product/1430218339?ie=UTF8&#038;tag=prgi-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1430218339).<br />
Scott also [published](http://github.com/progit/progit) the "source code" of the book under a [Creative Commons license](http://creativecommons.org/licenses/by-nc-sa/3.0/us/).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stiefels.net/2009/07/29/pro-git-book-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Presentation</title>
		<link>http://www.stiefels.net/2008/11/16/git-presentation/</link>
		<comments>http://www.stiefels.net/2008/11/16/git-presentation/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 17:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[/etc]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.stiefels.net/2008/11/16/git-presentation/</guid>
		<description><![CDATA[A few weeks ago I created a keynote presentation about [Git](http://www.git-scm.com) for my school.
You can download it [here](http://www.stiefels.net/~sst/files/git_presentation.zip). Please note that it is in german but feel free to modify it and use it for your own presentations.
]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I created a keynote presentation about [Git](http://www.git-scm.com) for my school.<br />
You can download it [here](http://www.stiefels.net/~sst/files/git_presentation.zip). Please note that it is in german but feel free to modify it and use it for your own presentations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stiefels.net/2008/11/16/git-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving from Subversion to Git</title>
		<link>http://www.stiefels.net/2008/05/27/moving-from-subversion-to-git/</link>
		<comments>http://www.stiefels.net/2008/05/27/moving-from-subversion-to-git/#comments</comments>
		<pubDate>Tue, 27 May 2008 01:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.stiefels.net/2008/05/27/moving-from-subversion-to-git/</guid>
		<description><![CDATA[I started using version control management systems with [CVS](http://ximbiot.com/cvs/cvshome/dev/) several years ago.
But soon it was clear that using Subversion instead of CVS would make version control a lot less cumbersome and error prone process. And for the last years Subversion was the system of my choice.
But then I saw [Linus Torvalds' Tech Talk speak at [...]]]></description>
			<content:encoded><![CDATA[<p>I started using version control management systems with [CVS](http://ximbiot.com/cvs/cvshome/dev/) several years ago.<br />
But soon it was clear that using Subversion instead of CVS would make version control a lot less cumbersome and error prone process. And for the last years Subversion was the system of my choice.</p>
<p>But then I saw [Linus Torvalds' Tech Talk speak at Google](http://www.youtube.com/watch?v=4XpnKHJAok8) about his new version control system called [Git](http://www.git-scm.com).<br />
Although Linus' talk was a little bit offensive on other version control systems I liked the idea of Git being a distributed system. Other features like the true ease of branching/merging or its speed made it even more attractive.<br />
So I played around with it for a while and I started to like it. This weekend I decided to switch all my Subversion managed projects to Git.<br />
There are some good tools that come with Git which make this process very easy. I don't want to give another tutorial how to move your Subversion to Git. There are a lot of websites that do that.<br />
But here are some links which helped me doing the transition:</p>
<p> * [Git for SVN Users](http://git.or.cz/course/svn.html)<br />
 * [Git User's Manual](http://www.kernel.org/pub/software/scm/git/docs/user-manual.html)<br />
 * [Git Internals](http://peepcode.com/products/git-internals-pdf) (Recommended!)<br />
 * [Git Screencast](http://peepcode.com/products/git)<br />
 * [Git SVN Workflow](http://andy.delcambre.com/2008/3/4/git-svn-workflow)<br />
 * [Git Installer for Mac OS X Leopard](http://code.google.com/p/git-osx-installer/)<br />
 * [Installing Git on Mac OS X Leopard](http://dysinger.net/2007/12/30/installing-git-on-mac-os-x-105-leopard/)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stiefels.net/2008/05/27/moving-from-subversion-to-git/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
