<?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: Initialize a remote git repository</title>
	<atom:link href="http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/</link>
	<description>Counterpoint by Hans Fugal</description>
	<lastBuildDate>Fri, 19 Mar 2010 12:45:46 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hans</title>
		<link>http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/comment-page-1/#comment-1931</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 03 Apr 2009 20:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://hans.fugal.net/blog/?p=1097#comment-1931</guid>
		<description>You can call it whatever you want, the name of the host is a logical name. You could write &quot;git remote add --mirror repo_on_bar bar:repo&quot;</description>
		<content:encoded><![CDATA[<p>You can call it whatever you want, the name of the host is a logical name. You could write &#8220;git remote add &#8211;mirror repo_on_bar bar:repo&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/comment-page-1/#comment-1930</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 03 Apr 2009 20:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://hans.fugal.net/blog/?p=1097#comment-1930</guid>
		<description>Any valid remote repository. For example, if you have a github project it might be &quot;git remote add --mirror foo git@github.com:mygithubusername/mygithubproject.git&quot;</description>
		<content:encoded><![CDATA[<p>Any valid remote repository. For example, if you have a github project it might be &#8220;git remote add &#8211;mirror foo <a href="mailto:git@github.com">git@github.com</a>:mygithubusername/mygithubproject.git&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piotr</title>
		<link>http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/comment-page-1/#comment-1929</link>
		<dc:creator>piotr</dc:creator>
		<pubDate>Fri, 03 Apr 2009 20:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://hans.fugal.net/blog/?p=1097#comment-1929</guid>
		<description>OK, read the man page. Anyway, it&#039;s misleading when you write bar bar:repo</description>
		<content:encoded><![CDATA[<p>OK, read the man page. Anyway, it&#8217;s misleading when you write bar bar:repo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piotr</title>
		<link>http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/comment-page-1/#comment-1928</link>
		<dc:creator>piotr</dc:creator>
		<pubDate>Fri, 03 Apr 2009 20:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://hans.fugal.net/blog/?p=1097#comment-1928</guid>
		<description>I&#039;m getting error &quot;not a valid remote name&quot; after  &quot;git remote add --mirror  ...&quot; Can you give examples of valid ones?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting error &#8220;not a valid remote name&#8221; after  &#8220;git remote add &#8211;mirror  &#8230;&#8221; Can you give examples of valid ones?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/comment-page-1/#comment-1879</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 01 Mar 2009 23:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://hans.fugal.net/blog/?p=1097#comment-1879</guid>
		<description>Subversion might seem easy at first, and branching in git might not be intuitive to new users. But the difference in being able to merge branches is like night and day between svn and git. Doing any sort of non-trivial branch collapse in svn is way beyond a junior programmer&#039;s abilities and they are more likely to create bugs or lose changes than successfully complete an svn merge. Merging in git is relatively painless compared to the other systems I&#039;ve used (cvs, svn, p4, clearcase).
The draw to svn is that everything is a directory, but given that junior programmers almost never attempt to branch I think this feature is overrated. tags are better in CVS than in svn. and both tags and branches are fairly simple in git, once you let go of the idea that encoding all meta data into an URL is not the best approach.</description>
		<content:encoded><![CDATA[<p>Subversion might seem easy at first, and branching in git might not be intuitive to new users. But the difference in being able to merge branches is like night and day between svn and git. Doing any sort of non-trivial branch collapse in svn is way beyond a junior programmer&#8217;s abilities and they are more likely to create bugs or lose changes than successfully complete an svn merge. Merging in git is relatively painless compared to the other systems I&#8217;ve used (cvs, svn, p4, clearcase).<br />
The draw to svn is that everything is a directory, but given that junior programmers almost never attempt to branch I think this feature is overrated. tags are better in CVS than in svn. and both tags and branches are fairly simple in git, once you let go of the idea that encoding all meta data into an URL is not the best approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philip</title>
		<link>http://hans.fugal.net/blog/2009/02/12/initialize-a-remote-git-repository/comment-page-1/#comment-1836</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Sat, 14 Feb 2009 08:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://hans.fugal.net/blog/?p=1097#comment-1836</guid>
		<description>Ok read it.

Interesting.... but .... I&#039;m going to go back to Subversion. I *think* git is good for smart people who know what they are doing and are reasonably independent, junior programmers are going to struggle with it, branching is difficult even for most junior programmers to handle.

I have to write software with senior and junior programmers, so I&#039;m going to go for the lowest common denominator.</description>
		<content:encoded><![CDATA[<p>Ok read it.</p>
<p>Interesting&#8230;. but &#8230;. I&#8217;m going to go back to Subversion. I *think* git is good for smart people who know what they are doing and are reasonably independent, junior programmers are going to struggle with it, branching is difficult even for most junior programmers to handle.</p>
<p>I have to write software with senior and junior programmers, so I&#8217;m going to go for the lowest common denominator.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
