<?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: Using Git on 1&amp;1 (or any &#8216;shared&#8217;) hosting</title>
	<atom:link href="http://derek.io/blog/2009/using-git-on-11-or-any-shared-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://derek.io/blog/2009/using-git-on-11-or-any-shared-hosting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-git-on-11-or-any-shared-hosting</link>
	<description>Scribbles &#38; Bits</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:54:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-aortic-dissection</generator>
	<item>
		<title>By: Woody</title>
		<link>http://derek.io/blog/2009/using-git-on-11-or-any-shared-hosting/comment-page-1/#comment-1049</link>
		<dc:creator>Woody</dc:creator>
		<pubDate>Mon, 16 Jan 2012 15:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekville.net/2009/01/10/using-git-on-11-or-any-shared-hosting/#comment-1049</guid>
		<description>Hi Derek,

I happened across this post of yours RE getting GIT to work on 1and1 as I was trying to make it work for me, using another helpful tutorial I managed to get it to work another way (as 1and1 now have it already installed.)

I wrote a guide for people to get a GIT repository up and working on 1and1 here:
http://blog.woodylabs.com/2012/01/1and1-web-hosting-git-installing-it-for-singular-dev/

...this way has the added benefit of keeping a &quot;live&quot; web root updated which means no more manual file uploading :D

Cheers

Woody</description>
		<content:encoded><![CDATA[<p>Hi Derek,</p>
<p>I happened across this post of yours RE getting GIT to work on 1and1 as I was trying to make it work for me, using another helpful tutorial I managed to get it to work another way (as 1and1 now have it already installed.)</p>
<p>I wrote a guide for people to get a GIT repository up and working on 1and1 here:<br />
<a href="http://blog.woodylabs.com/2012/01/1and1-web-hosting-git-installing-it-for-singular-dev/" rel="nofollow">http://blog.woodylabs.com/2012/01/1and1-web-hosting-git-installing-it-for-singular-dev/</a></p>
<p>&#8230;this way has the added benefit of keeping a &#8220;live&#8221; web root updated which means no more manual file uploading <img src='http://derek.io/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Cheers</p>
<p>Woody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://derek.io/blog/2009/using-git-on-11-or-any-shared-hosting/comment-page-1/#comment-1048</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Mon, 19 Dec 2011 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekville.net/2009/01/10/using-git-on-11-or-any-shared-hosting/#comment-1048</guid>
		<description>Does this allow for http(s) remote access?</description>
		<content:encoded><![CDATA[<p>Does this allow for http(s) remote access?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Git on 1&#38;1 (or any &#39;shared&#39;) hosting - Derek Gathright &#171; Hotwebhostreviews.com</title>
		<link>http://derek.io/blog/2009/using-git-on-11-or-any-shared-hosting/comment-page-1/#comment-440</link>
		<dc:creator>Using Git on 1&#38;1 (or any &#39;shared&#39;) hosting - Derek Gathright &#171; Hotwebhostreviews.com</dc:creator>
		<pubDate>Sat, 05 Dec 2009 19:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekville.net/2009/01/10/using-git-on-11-or-any-shared-hosting/#comment-440</guid>
		<description>[...] Link: Using Git on 1&amp;1 (or any &#039;shared&#039;) hosting - Derek Gathright [...]</description>
		<content:encoded><![CDATA[<p>[...] Link: Using Git on 1&amp;1 (or any &#39;shared&#39;) hosting &#8211; Derek Gathright [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://derek.io/blog/2009/using-git-on-11-or-any-shared-hosting/comment-page-1/#comment-398</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekville.net/2009/01/10/using-git-on-11-or-any-shared-hosting/#comment-398</guid>
		<description>You can also use ./configure --prefix=/kunden/homepages/.../htdocs/bin/git, then make &amp;&amp; make install.</description>
		<content:encoded><![CDATA[<p>You can also use ./configure &#8211;prefix=/kunden/homepages/&#8230;/htdocs/bin/git, then make &amp;&amp; make install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://derek.io/blog/2009/using-git-on-11-or-any-shared-hosting/comment-page-1/#comment-392</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekville.net/2009/01/10/using-git-on-11-or-any-shared-hosting/#comment-392</guid>
		<description>Thanks for the tip. Probably worth mentioning that on some systems it could .bash_profile.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Probably worth mentioning that on some systems it could .bash_profile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

