<?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: Setup A Git Repository</title>
	<atom:link href="http://pthree.org/2008/11/28/setup-a-git-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2008/11/28/setup-a-git-repository/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: phaedryx</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-111445</link>
		<dc:creator>phaedryx</dc:creator>
		<pubDate>Tue, 05 Oct 2010 20:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-111445</guid>
		<description><![CDATA[setting up a &quot;bare&quot; remote worked better for me:

remote$ git init --bare]]></description>
		<content:encoded><![CDATA[<p>setting up a &#8220;bare&#8221; remote worked better for me:</p>
<p>remote$ git init &#8211;bare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiffany and co</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-110352</link>
		<dc:creator>tiffany and co</dc:creator>
		<pubDate>Fri, 23 Oct 2009 05:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-110352</guid>
		<description><![CDATA[see a lot more coming from git in terms of features, than the others. For what I’m doing, any of the VCS software would work fine-]]></description>
		<content:encoded><![CDATA[<p>see a lot more coming from git in terms of features, than the others. For what I’m doing, any of the VCS software would work fine-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: club penguin</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-110005</link>
		<dc:creator>club penguin</dc:creator>
		<pubDate>Sat, 23 May 2009 06:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-110005</guid>
		<description><![CDATA[However, git is blessed by Linus Torvalds, so I expect to see a lot more coming from git in terms of features, than the others. For what I’m doing, any of the VCS software would work fine- svn, git, bzr, hg, etc.]]></description>
		<content:encoded><![CDATA[<p>However, git is blessed by Linus Torvalds, so I expect to see a lot more coming from git in terms of features, than the others. For what I’m doing, any of the VCS software would work fine- svn, git, bzr, hg, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Brough</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-109765</link>
		<dc:creator>Jordan Brough</dc:creator>
		<pubDate>Sat, 21 Feb 2009 04:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-109765</guid>
		<description><![CDATA[Probably good to create the remote repo as a bare repository with &quot;git --bare init&quot;, ala http://toolmantim.com/articles/setting_up_a_new_remote_git_repository, no?  

Thinking of the advice of the git faq &quot;A quick rule of thumb is to never push into a repository that has a work tree attached to it, until you know what you are doing.&quot; (http://git.or.cz/gitwiki/GitFaq#head-b96f48bc9c925074be9f95c0fce69bcece5f6e73)]]></description>
		<content:encoded><![CDATA[<p>Probably good to create the remote repo as a bare repository with &#8220;git &#8211;bare init&#8221;, ala <a href="http://toolmantim.com/articles/setting_up_a_new_remote_git_repository" rel="nofollow">http://toolmantim.com/articles/setting_up_a_new_remote_git_repository</a>, no?  </p>
<p>Thinking of the advice of the git faq &#8220;A quick rule of thumb is to never push into a repository that has a work tree attached to it, until you know what you are doing.&#8221; (<a href="http://git.or.cz/gitwiki/GitFaq#head-b96f48bc9c925074be9f95c0fce69bcece5f6e73" rel="nofollow">http://git.or.cz/gitwiki/GitFaq#head-b96f48bc9c925074be9f95c0fce69bcece5f6e73</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Franke</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108981</link>
		<dc:creator>Alexandre Franke</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108981</guid>
		<description><![CDATA[Gitorious is an alternative to GitHub and it can be installed anywhere so you don&#039;t have to rely on any 3rd party hosting.]]></description>
		<content:encoded><![CDATA[<p>Gitorious is an alternative to GitHub and it can be installed anywhere so you don&#8217;t have to rely on any 3rd party hosting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108956</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 07 Dec 2008 14:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108956</guid>
		<description><![CDATA[bzr is cool too, no doubt. However, git is blessed by Linus Torvalds, so I expect to see a lot more coming from git in terms of features, than the others.

Really, though. For what I&#039;m doing, any of the VCS software would work fine- svn, git, bzr, hg, etc.]]></description>
		<content:encoded><![CDATA[<p>bzr is cool too, no doubt. However, git is blessed by Linus Torvalds, so I expect to see a lot more coming from git in terms of features, than the others.</p>
<p>Really, though. For what I&#8217;m doing, any of the VCS software would work fine- svn, git, bzr, hg, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108955</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 07 Dec 2008 14:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108955</guid>
		<description><![CDATA[Except this means relying on a 3rd party do host and manage possibly very private data. As cool as many services are, I&#039;d much rather keep this one in-house.]]></description>
		<content:encoded><![CDATA[<p>Except this means relying on a 3rd party do host and manage possibly very private data. As cool as many services are, I&#8217;d much rather keep this one in-house.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108952</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 07 Dec 2008 04:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108952</guid>
		<description><![CDATA[Then sign up for a Github account and use it!

Or optionally, do that first because it&#039;ll give you everything you need for Github integration like this post tries to detail!]]></description>
		<content:encoded><![CDATA[<p>Then sign up for a Github account and use it!</p>
<p>Or optionally, do that first because it&#8217;ll give you everything you need for Github integration like this post tries to detail!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robo47</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108922</link>
		<dc:creator>robo47</dc:creator>
		<pubDate>Tue, 02 Dec 2008 13:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108922</guid>
		<description><![CDATA[thx for this guide, helped me to setup my git repositories including an online-&quot;main&quot;-repositry]]></description>
		<content:encoded><![CDATA[<p>thx for this guide, helped me to setup my git repositories including an online-&#8221;main&#8221;-repositry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108917</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Sun, 30 Nov 2008 01:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/11/28/setup-a-git-repository/#comment-108917</guid>
		<description><![CDATA[WHAT WHAT!?!? Join the adherents of the repeated meme; bzr is thy lord and saviour, Canonical is god, git is satan!]]></description>
		<content:encoded><![CDATA[<p>WHAT WHAT!?!? Join the adherents of the repeated meme; bzr is thy lord and saviour, Canonical is god, git is satan!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
