<?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: 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>
	<lastBuildDate>Wed, 21 Mar 2012 09:32:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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&#039;s very dangerous. If other people cloned the repo and have commits based on the revision you destroyed, it&#039;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&#039;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&#039;t mention Gitorious:&quot;http://gitorious.org/&quot; in your hosting sites list.  Gitorious has a nice look too, and I actually moved the &quot;Piston&quot;: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;:<a href="http://piston.rubyforge.org/" rel="nofollow">http://piston.rubyforge.org/</a> 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&#039;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 &quot;through http&quot; link refers to the wrong location.  It refers to the same article as &quot;one git user and use ssh keys&quot; 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.224 seconds -->

