<?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: Bare Git repositories</title>
	<atom:link href="http://www.gilesthomas.com/?feed=rss2&#038;p=379" rel="self" type="application/rss+xml" />
	<link>http://www.gilesthomas.com/?p=379</link>
	<description>Tech notes</description>
	<lastBuildDate>Mon, 30 Apr 2012 13:22:56 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: giles</title>
		<link>http://www.gilesthomas.com/?p=379&#038;cpage=1#comment-13666</link>
		<dc:creator>giles</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesthomas.com/?p=379#comment-13666</guid>
		<description>Glad I could help!  Your solution sounds safer than copying the contents of .git up to the repo root, thanks for sharing it.

Also --  nice to see someone promoting their site with relevant comments -- I almost hit &quot;spam&quot; when I saw your tagline, but given that I can&#039;t find the text of your comment on Google (so you&#039;re probably real rather than a bot) and anyway I have nofollow links switched on, I figured I should let it stand :-)</description>
		<content:encoded><![CDATA[<p>Glad I could help!  Your solution sounds safer than copying the contents of .git up to the repo root, thanks for sharing it.</p>
<p>Also &#8212;  nice to see someone promoting their site with relevant comments &#8212; I almost hit &#8220;spam&#8221; when I saw your tagline, but given that I can&#8217;t find the text of your comment on Google (so you&#8217;re probably real rather than a bot) and anyway I have nofollow links switched on, I figured I should let it stand :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free Dating Ireland</title>
		<link>http://www.gilesthomas.com/?p=379&#038;cpage=1#comment-13662</link>
		<dc:creator>Free Dating Ireland</dc:creator>
		<pubDate>Sun, 11 Jul 2010 22:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gilesthomas.com/?p=379#comment-13662</guid>
		<description>Thanks that article was a good start for me to fix that problem.
As I had quite few changes I didn&#039;t want to lose I just moved my non-bare directory on the remote server and the recloned it using git clone --bare command.

$ mv my-repos my-repos-bak
$ git clone --bare my-repos-bak my-repos

That was enough to make it &quot;bared&quot; and keptp my changes history.</description>
		<content:encoded><![CDATA[<p>Thanks that article was a good start for me to fix that problem.<br />
As I had quite few changes I didn&#8217;t want to lose I just moved my non-bare directory on the remote server and the recloned it using git clone &#8211;bare command.</p>
<p>$ mv my-repos my-repos-bak<br />
$ git clone &#8211;bare my-repos-bak my-repos</p>
<p>That was enough to make it &#8220;bared&#8221; and keptp my changes history.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
