<?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: No nonsense GIT, part 1: git-remote-branch</title>
	<atom:link href="http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/</link>
	<description>me = entrepreneur + hacker;</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:25:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Isaiah</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-14336</link>
		<dc:creator>Isaiah</dc:creator>
		<pubDate>Mon, 13 Jul 2009 06:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-14336</guid>
		<description>I don&#039;t get it, what do you mean by the 3rd paragraph?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it, what do you mean by the 3rd paragraph?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Programblings &#187; Blog Archive &#187; Git remote branches</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-12399</link>
		<dc:creator>Programblings &#187; Blog Archive &#187; Git remote branches</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-12399</guid>
		<description>[...] January, Carl Mercier created git-remote-branch. I&#8217;ve found this script very useful and, with his permission, I&#8217;ve decided to keep [...]</description>
		<content:encoded><![CDATA[<p>[...] January, Carl Mercier created git-remote-branch. I&#8217;ve found this script very useful and, with his permission, I&#8217;ve decided to keep [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Eriksson</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-12393</link>
		<dc:creator>Daniel Eriksson</dc:creator>
		<pubDate>Fri, 13 Jun 2008 11:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-12393</guid>
		<description>Great script, but I noticed a small bug. If you call it with no arguments you get some errors instead of the excepted usage message.

But I managed to fix it by changing

action = get_action
branch = get_branch

to:

action = get_action if ARGV[0]
branch = get_branch if ARGV[1]</description>
		<content:encoded><![CDATA[<p>Great script, but I noticed a small bug. If you call it with no arguments you get some errors instead of the excepted usage message.</p>
<p>But I managed to fix it by changing</p>
<p>action = get_action<br />
branch = get_branch</p>
<p>to:</p>
<p>action = get_action if ARGV[0]<br />
branch = get_branch if ARGV[1]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mahar</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-11933</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Wed, 06 Feb 2008 20:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-11933</guid>
		<description>I want to delete the master branch on a remote repo at repo.or.cz because repo.or.cz does not appear to allow one to delete a project or to delete the Git repo that it associates with a project.  If I could re-create the master branch, I could get around this shortcoming.  Otherwise, I&#039;ll just avoid repo.or.cz in favour of some other Git hosting service or host the repo on my own site, though it wouldn&#039;t be as visible (findable) as on a well-known hosting service.</description>
		<content:encoded><![CDATA[<p>I want to delete the master branch on a remote repo at repo.or.cz because repo.or.cz does not appear to allow one to delete a project or to delete the Git repo that it associates with a project.  If I could re-create the master branch, I could get around this shortcoming.  Otherwise, I&#8217;ll just avoid repo.or.cz in favour of some other Git hosting service or host the repo on my own site, though it wouldn&#8217;t be as visible (findable) as on a well-known hosting service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-11932</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Wed, 06 Feb 2008 18:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-11932</guid>
		<description>My guess is that you can&#039;t delete the master branch.  Why would you want to do so anyways?</description>
		<content:encoded><![CDATA[<p>My guess is that you can&#8217;t delete the master branch.  Why would you want to do so anyways?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mahar</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-11931</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Wed, 06 Feb 2008 18:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-11931</guid>
		<description>By the way, I just verified that Git does not allow one to delete all branches from a *local* repo.  Once you&#039;ve committed the first commit to the initial branch (default is &#039;master&#039;), it seems that you cannot delete this branch.  I suppose this makes sense because it would be very dangerous to allow a user to delete the entire main history of a repo.  It follows from this reasoning that Git should also disallow the deletion of all branches in a remote repo, but I haven&#039;t yet verified that this is true.</description>
		<content:encoded><![CDATA[<p>By the way, I just verified that Git does not allow one to delete all branches from a *local* repo.  Once you&#8217;ve committed the first commit to the initial branch (default is &#8216;master&#8217;), it seems that you cannot delete this branch.  I suppose this makes sense because it would be very dangerous to allow a user to delete the entire main history of a repo.  It follows from this reasoning that Git should also disallow the deletion of all branches in a remote repo, but I haven&#8217;t yet verified that this is true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mahar</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-11930</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Wed, 06 Feb 2008 18:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-11930</guid>
		<description>Does Git allow you to delete all branches from a remote repo, including the master branch?  I ask because I&#039;d like to delete the master branch of a project at repo.or.cz because repo.or.cz allows one to delete neither an entire project nor the Git repo of a project.</description>
		<content:encoded><![CDATA[<p>Does Git allow you to delete all branches from a remote repo, including the master branch?  I ask because I&#8217;d like to delete the master branch of a project at repo.or.cz because repo.or.cz allows one to delete neither an entire project nor the Git repo of a project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mahar</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-11927</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-11927</guid>
		<description>I reviewed the script again and found that git-remote-branch-delete does allow you to specify the remote name just as you can with git-remote-branch-create.</description>
		<content:encoded><![CDATA[<p>I reviewed the script again and found that git-remote-branch-delete does allow you to specify the remote name just as you can with git-remote-branch-create.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mahar</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-11926</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-11926</guid>
		<description>Thank you for posting this script.  Similar to the form that exists for git-remote-branch-create, does git-remote-branch-delete also have a more general form that can delete a given branch from any given remote Git repo?</description>
		<content:encoded><![CDATA[<p>Thank you for posting this script.  Similar to the form that exists for git-remote-branch-create, does git-remote-branch-delete also have a more general form that can delete a given branch from any given remote Git repo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Still Not On Git? Random Links Of The Week &#8212; Djief&#8217;s Blog</title>
		<link>http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/comment-page-1/#comment-11903</link>
		<dc:creator>Still Not On Git? Random Links Of The Week &#8212; Djief&#8217;s Blog</dc:creator>
		<pubDate>Sun, 03 Feb 2008 20:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/#comment-11903</guid>
		<description>[...] understand git from different perspectives. One last goodie for the week: Carl Mercier released a small script to help work with remote branches. If you want to script common git tasks in ruby, take a look at [...]</description>
		<content:encoded><![CDATA[<p>[...] understand git from different perspectives. One last goodie for the week: Carl Mercier released a small script to help work with remote branches. If you want to script common git tasks in ruby, take a look at [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

