<?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>Derek Gathright &#187; git</title>
	<atom:link href="http://www.derekville.net/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekville.net</link>
	<description>Scribbles &#38; Bits</description>
	<lastBuildDate>Fri, 18 Jun 2010 17:36:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Git on 1&amp;1 (or any &#8216;shared&#8217;) hosting</title>
		<link>http://www.derekville.net/2009/using-git-on-11-or-any-shared-hosting/</link>
		<comments>http://www.derekville.net/2009/using-git-on-11-or-any-shared-hosting/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 05:05:19 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.derekville.net/2009/01/10/using-git-on-11-or-any-shared-hosting/</guid>
		<description><![CDATA[Here&#8217;s another &#8220;How-to&#8221; with 1and1 hosting, and this time I want to get the source code control/versioning program &#8220;Git&#8221; installed on my shared host with 1&#38;1.  This was actually remarkably easy. Go download Git from http://git-scm.com/download.  At the time of &#8230; <a href="http://www.derekville.net/2009/using-git-on-11-or-any-shared-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another &#8220;How-to&#8221; with 1and1 hosting, and this time I want to get the source code control/versioning program &#8220;Git&#8221; installed on my shared host with 1&amp;1.  This was actually remarkably easy.</p>
<ol>
<li> Go download Git from http://git-scm.com/download.  At the time of this posting, the latest version can be found at http://kernel.org/pub/software/scm/git/git-1.6.1.tar.gz</li>
<li>SSH into your 1&amp;1 account</li>
<li>&#8220;wget http://kernel.org/pub/software/scm/git/git-1.6.1.tar.gz&#8221;, and that will download the package</li>
<li>&#8220;tar -xvzf git-1.6.1.tar.gz&#8221; which will decompress the gzip file into a subdirectory</li>
<li>&#8220;cd git*&#8221; to change into the subdirctory</li>
<li>&#8220;make&#8221; to begin compiling the source.  You won&#8217;t be able to do &#8220;make install&#8221; because you likely won&#8217;t have permission to install anything to the system.</li>
<li>Now Git is ready to rock with the exception of needing to add it to your $PATH.  This can be done by typing &#8220;echo &#8216;PATH=$PATH:~/git-1.6.1/&#8217; &gt; ~/.profile&#8221;</li>
</ol>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derekville.net/2009/using-git-on-11-or-any-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
