<?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: Start a New Branch on your Remote Git Repository</title>
	<atom:link href="http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:50:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kevin_mic</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-16053</link>
		<dc:creator>kevin_mic</dc:creator>
		<pubDate>Thu, 04 Mar 2010 00:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-16053</guid>
		<description>Another useful way of creating a remote branch is by naming the topic branch you want to push to origin

git push origin master:new_remote_branch

or 

git push origin topic_branch:new_remote_branch</description>
		<content:encoded><![CDATA[<p>Another useful way of creating a remote branch is by naming the topic branch you want to push to origin</p>
<p>git push origin master:new_remote_branch</p>
<p>or </p>
<p>git push origin topic_branch:new_remote_branch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R.S. Oldenbeuving</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-16049</link>
		<dc:creator>R.S. Oldenbeuving</dc:creator>
		<pubDate>Sat, 27 Feb 2010 13:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-16049</guid>
		<description>Great article, nice to keep in bookmarks and quickly check if you need to create a new branch, thanks!</description>
		<content:encoded><![CDATA[<p>Great article, nice to keep in bookmarks and quickly check if you need to create a new branch, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nucc</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-16029</link>
		<dc:creator>Nucc</dc:creator>
		<pubDate>Sun, 03 Jan 2010 12:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-16029</guid>
		<description>I use a remote work branch to create snapshots before I change workstation (from notebook to desktop). Therefore local branches are not enough, because I&#039;d like to sync to that &quot;snapshot&quot; branch from both machine...

Thanks the article!</description>
		<content:encoded><![CDATA[<p>I use a remote work branch to create snapshots before I change workstation (from notebook to desktop). Therefore local branches are not enough, because I&#8217;d like to sync to that &#8220;snapshot&#8221; branch from both machine&#8230;</p>
<p>Thanks the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nucc</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-16028</link>
		<dc:creator>Nucc</dc:creator>
		<pubDate>Sun, 03 Jan 2010 12:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-16028</guid>
		<description>John!

You should know a patch id from your removed branches. When you remove a branch, your patches are not removed immediately, you can remove them by using the garbage collector of git (git-gc). So you need to find one commit on the removed branch, follow the commit tree, and create a branch that refers to the last commit...</description>
		<content:encoded><![CDATA[<p>John!</p>
<p>You should know a patch id from your removed branches. When you remove a branch, your patches are not removed immediately, you can remove them by using the garbage collector of git (git-gc). So you need to find one commit on the removed branch, follow the commit tree, and create a branch that refers to the last commit&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apie</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-16026</link>
		<dc:creator>Apie</dc:creator>
		<pubDate>Thu, 10 Dec 2009 10:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-16026</guid>
		<description>Just want to say that your post is listed in a private wiki for the company I work for and I reference it every now and then - thanks for the lasting contribution :)</description>
		<content:encoded><![CDATA[<p>Just want to say that your post is listed in a private wiki for the company I work for and I reference it every now and then &#8211; thanks for the lasting contribution :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan Muneshwar</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-16022</link>
		<dc:creator>Chetan Muneshwar</dc:creator>
		<pubDate>Fri, 04 Dec 2009 07:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-16022</guid>
		<description>Superb !!!!!!!!!!!!!
remote branch creation is better than local branch when multiple persons  working  on same modules at random in different branches.


Thanks lots</description>
		<content:encoded><![CDATA[<p>Superb !!!!!!!!!!!!!<br />
remote branch creation is better than local branch when multiple persons  working  on same modules at random in different branches.</p>
<p>Thanks lots</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating remote git branch &#171; Jonny Zone : Copyleft &#8211; all rights reversed</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-15721</link>
		<dc:creator>Creating remote git branch &#171; Jonny Zone : Copyleft &#8211; all rights reversed</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-15721</guid>
		<description>[...] Source: http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: <a href="http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/" rel="nofollow">http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcyes / Working with remote branches « Aslak Johansen and Jan Chu @ DIKU</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-15713</link>
		<dc:creator>Marcyes / Working with remote branches « Aslak Johansen and Jan Chu @ DIKU</dc:creator>
		<pubDate>Mon, 28 Sep 2009 18:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-15713</guid>
		<description>[...] most useful post I found while trying to figure out how to push and create a remote branch   [via zorched.net ] [ programming, git ]   permalink     Latest Updates from this [...]</description>
		<content:encoded><![CDATA[<p>[...] most useful post I found while trying to figure out how to push and create a remote branch   [via zorched.net ] [ programming, git ]   permalink     Latest Updates from this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Entangled discussions &#187; Gecko&#8217;s Guide to GIT</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-15663</link>
		<dc:creator>Entangled discussions &#187; Gecko&#8217;s Guide to GIT</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-15663</guid>
		<description>[...] pulling our work-in-progress. The solution is for each of us to have our own branch. This post tells us how to start a new branch on a remote git repository. The steps are [...]</description>
		<content:encoded><![CDATA[<p>[...] pulling our work-in-progress. The solution is for each of us to have our own branch. This post tells us how to start a new branch on a remote git repository. The steps are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/comment-page-1/#comment-15659</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 23 Sep 2009 05:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=101#comment-15659</guid>
		<description>Is there a way to recover a branch that is deleted from both local and remote ?</description>
		<content:encoded><![CDATA[<p>Is there a way to recover a branch that is deleted from both local and remote ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
