<?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>david.copithorne.com &#187; git</title>
	<atom:link href="http://david.copithorne.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://david.copithorne.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Aug 2009 01:29:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install git on Ubuntu 9.04 (Jaunty)</title>
		<link>http://david.copithorne.com/2009/06/22/install-git-on-ubuntu-9-04-jaunty/</link>
		<comments>http://david.copithorne.com/2009/06/22/install-git-on-ubuntu-9-04-jaunty/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://david.copithorne.com/?p=3</guid>
		<description><![CDATA[Installing git using
sudo apt-get install git
I noticed that it was only version 1.6.04.
So thanks to Peter Vandenabeele for posting how he installed git &#8211; I had to make a few adjustments:
$ sudo apt-get build-dep git-core git-doc libssl-dev
$ wget http://kernel.org/pub/software/scm/git/git-1.6.3.3.tar.gz
$ tar -xvzf git-1.6.3.3.tar.gz
$ cd git-1.6.3.3/
$ make prefix=/usr all doc
$ sudo make prefix=/usr install install-doc
$ git --version
git [...]]]></description>
			<content:encoded><![CDATA[<p>Installing git using</p>
<p><code>sudo apt-get install git</code></p>
<p>I noticed that it was only version 1.6.04.</p>
<p>So thanks to <a href="http://vandenabeele.com/about-me">Peter Vandenabeele</a> for posting <a href="http://vandenabeele.com/install-git-on-Ubuntu-Jaunty">how he installed git</a> &#8211; I had to make a few adjustments:</p>
<p><code>$ sudo apt-get build-dep git-core git-doc libssl-dev<br />
$ wget <a href="http://kernel.org/pub/software/scm/git/git-1.6.3.3.tar.gz">http://kernel.org/pub/software/scm/git/git-1.6.3.3.tar.gz</a><br />
$ tar -xvzf git-1.6.3.3.tar.gz<br />
$ cd git-1.6.3.3/<br />
$ make prefix=/usr all doc<br />
$ sudo make prefix=/usr install install-doc<br />
$ git --version<br />
git version 1.6.3.3</p>
<p>I used "prefix=/usr" because version 1.6.0.4 wasn't removed after I did a "sudo apt-get remove git".<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://david.copithorne.com/2009/06/22/install-git-on-ubuntu-9-04-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
