<?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: Git: private repositories on shared hosting</title>
	<atom:link href="http://blog.marcingil.com/2008/03/git-private-repositories-on-shared-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marcingil.com/2008/03/git-private-repositories-on-shared-hosting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=git-private-repositories-on-shared-hosting</link>
	<description>Rants on programming, photography, life, universe and everything</description>
	<lastBuildDate>Fri, 11 Nov 2011 03:03:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Piku</title>
		<link>http://blog.marcingil.com/2008/03/git-private-repositories-on-shared-hosting/comment-page-1/#comment-10</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-10</guid>
		<description>&lt;p&gt;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).&lt;/p&gt;
</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://blog.marcingil.com/2008/03/git-private-repositories-on-shared-hosting/comment-page-1/#comment-9</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-9</guid>
		<description>&lt;p&gt;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!&lt;/p&gt;
</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://blog.marcingil.com/2008/03/git-private-repositories-on-shared-hosting/comment-page-1/#comment-8</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-8</guid>
		<description>&lt;p&gt;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;)&lt;/p&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.
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.
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>

