<?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"
	>
<channel>
	<title>Comments on: How To Set Up A Git Server</title>
	<atom:link href="http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/</link>
	<description></description>
	<pubDate>Sat, 31 Jul 2010 18:01:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jfcouture</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-424</link>
		<dc:creator>jfcouture</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-424</guid>
		<description>It depends on the kind of mess you created. Take a look at the git reset command. It can be used to completely destroy revisions. However, if that is on public repo, then it's very dangerous. If other people cloned the repo and have commits based on the revision you destroyed, it's going to be painful to recover from that.</description>
		<content:encoded><![CDATA[<p>It depends on the kind of mess you created. Take a look at the git reset command. It can be used to completely destroy revisions. However, if that is on public repo, then it&#8217;s very dangerous. If other people cloned the repo and have commits based on the revision you destroyed, it&#8217;s going to be painful to recover from that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mahar</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-423</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-423</guid>
		<description>Do any of the Git hosts other than repo.or.cz allow you to delete your project or the project Git repo?  I appreciate repo.or.cz, but one of its drawbacks is that it doesn't allow you to delete a project or your project Git repo in case you ever mess up your project Git repo and want to re-create it.

Does Git allow a user to delete and re-create the master branch in a remote repository?  This would solve the problem on repo.or.cz that I mention above.</description>
		<content:encoded><![CDATA[<p>Do any of the Git hosts other than repo.or.cz allow you to delete your project or the project Git repo?  I appreciate repo.or.cz, but one of its drawbacks is that it doesn&#8217;t allow you to delete a project or your project Git repo in case you ever mess up your project Git repo and want to re-create it.</p>
<p>Does Git allow a user to delete and re-create the master branch in a remote repository?  This would solve the problem on repo.or.cz that I mention above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfcouture</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-422</link>
		<dc:creator>jfcouture</dc:creator>
		<pubDate>Wed, 06 Feb 2008 15:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-422</guid>
		<description>I just found out about gitorious a couple of days ago. New git hosts seem to be popping up left and right. If you find any other ones, please feel free to add to the comments.</description>
		<content:encoded><![CDATA[<p>I just found out about gitorious a couple of days ago. New git hosts seem to be popping up left and right. If you find any other ones, please feel free to add to the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: François Beausoleil</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-420</link>
		<dc:creator>François Beausoleil</dc:creator>
		<pubDate>Wed, 06 Feb 2008 15:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-420</guid>
		<description>Jean-François, you didn't mention Gitorious:"http://gitorious.org/" in your hosting sites list.  Gitorious has a nice look too, and I actually moved the "Piston":http://piston.rubyforge.org/ repository there.</description>
		<content:encoded><![CDATA[<p>Jean-François, you didn&#8217;t mention Gitorious:&#8221;http://gitorious.org/&#8221; in your hosting sites list.  Gitorious has a nice look too, and I actually moved the &#8220;Piston&#8221;:http://piston.rubyforge.org/ repository there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfcouture</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-411</link>
		<dc:creator>jfcouture</dc:creator>
		<pubDate>Thu, 31 Jan 2008 16:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-411</guid>
		<description>Thanks for the catch Derek. It's been fixed.

http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt</description>
		<content:encoded><![CDATA[<p>Thanks for the catch Derek. It&#8217;s been fixed.</p>
<p><a href="http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt" rel="nofollow">http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mahar</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-410</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Thu, 31 Jan 2008 16:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-410</guid>
		<description>I think the "through http" link refers to the wrong location.  It refers to the same article as "one git user and use ssh keys" which explains how to host a Git repository using SSH, not HTTP.</description>
		<content:encoded><![CDATA[<p>I think the &#8220;through http&#8221; link refers to the wrong location.  It refers to the same article as &#8220;one git user and use ssh keys&#8221; which explains how to host a Git repository using SSH, not HTTP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.436 seconds -->
