<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Git: private repositories on shared hosting</title>
	<atom:link href="http://dentharg.wordpress.com/2008/03/03/git-private-repositories-on-shared-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://dentharg.wordpress.com/2008/03/03/git-private-repositories-on-shared-hosting/</link>
	<description>Software development, tools, experiences...</description>
	<lastBuildDate>Sat, 29 Aug 2009 16:39:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Piku</title>
		<link>http://dentharg.wordpress.com/2008/03/03/git-private-repositories-on-shared-hosting/#comment-14</link>
		<dc:creator>Piku</dc:creator>
		<pubDate>Mon, 03 Mar 2008 19:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://dentharg.wordpress.com/?p=9#comment-14</guid>
		<description>Without using GIT_DIR you need to rename the .git folder created by &quot;git init&quot; to myapp.git (that&#039;s what bare cloning does anyway).</description>
		<content:encoded><![CDATA[<p>Without using GIT_DIR you need to rename the .git folder created by &#8220;git init&#8221; to myapp.git (that&#8217;s what bare cloning does anyway).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dentharg</title>
		<link>http://dentharg.wordpress.com/2008/03/03/git-private-repositories-on-shared-hosting/#comment-13</link>
		<dc:creator>dentharg</dc:creator>
		<pubDate>Mon, 03 Mar 2008 19:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://dentharg.wordpress.com/?p=9#comment-13</guid>
		<description>Good to know. I just find cloning easier (in terms of error-proofness) and also being a test if repository works as expected. The GIT_DIR usage looks nice!</description>
		<content:encoded><![CDATA[<p>Good to know. I just find cloning easier (in terms of error-proofness) and also being a test if repository works as expected. The GIT_DIR usage looks nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piku</title>
		<link>http://dentharg.wordpress.com/2008/03/03/git-private-repositories-on-shared-hosting/#comment-12</link>
		<dc:creator>Piku</dc:creator>
		<pubDate>Mon, 03 Mar 2008 16:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://dentharg.wordpress.com/?p=9#comment-12</guid>
		<description>You can also create the repository remote (&quot;GIT_DIR=myproject.git git init&quot;) then push via ssh to that repository.
Also you do not need to touch &quot;git-daemon-export-ok&quot;, that file is used by git-daemon to export the repository via git://. Since you acces it via ssh you don&#039;t need it.
You don&#039;t need to clone the repository again, just edit the .git/config file and add origin reference there (see &lt;a href=&quot;http://www.kernel.org/pub/software/scm/git/docs/git-push.html&quot; title=&quot;git-push&quot; rel=&quot;nofollow&quot;&gt;git-push documentation&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p>You can also create the repository remote (&#8220;GIT_DIR=myproject.git git init&#8221;) then push via ssh to that repository.<br />
Also you do not need to touch &#8220;git-daemon-export-ok&#8221;, that file is used by git-daemon to export the repository via git://. Since you acces it via ssh you don&#8217;t need it.<br />
You don&#8217;t need to clone the repository again, just edit the .git/config file and add origin reference there (see <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html" title="git-push" rel="nofollow">git-push documentation</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
