<?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: Tracking Remote Git Branches</title>
	<atom:link href="http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/feed/" rel="self" type="application/rss+xml" />
	<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/</link>
	<description>software development + public policy</description>
	<lastBuildDate>Mon, 05 Apr 2010 17:44:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: git Cheatsheet &#124; Ankit Ahuja</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-245</link>
		<dc:creator>git Cheatsheet &#124; Ankit Ahuja</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-245</guid>
		<description>[...] Alternative methods listed here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Alternative methods listed here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kellyp</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-241</link>
		<dc:creator>kellyp</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-241</guid>
		<description>Thanks for the super awesome post!  They should try and make it a little more difficult to create a remote branch.</description>
		<content:encoded><![CDATA[<p>Thanks for the super awesome post!  They should try and make it a little more difficult to create a remote branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-219</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-219</guid>
		<description>all good, but my problem was still this:

having pushed the branch to the remote, the other machines were still unable to see this new branch using git branch -r


so for those of us for whom this was not obvious: git branch -r lists the remote branches that are currently known.  git fetch will fetch the branch information from the remote

git fetch

From ssh://123.45.67.890/home/moi/gits/gitpo
 * [new branch]      pullproxy  -&gt; origin/pullproxy

moi:~/gitpo$ git branch -r
  origin/HEAD
  origin/master
  origin/pullproxy

now I can:
git branch -f pullproxy origin/pullproxy

and check it out:
git checkout pullproxy</description>
		<content:encoded><![CDATA[<p>all good, but my problem was still this:</p>
<p>having pushed the branch to the remote, the other machines were still unable to see this new branch using git branch -r</p>
<p>so for those of us for whom this was not obvious: git branch -r lists the remote branches that are currently known.  git fetch will fetch the branch information from the remote</p>
<p>git fetch</p>
<p>From ssh://123.45.67.890/home/moi/gits/gitpo<br />
 * [new branch]      pullproxy  -&gt; origin/pullproxy</p>
<p>moi:~/gitpo$ git branch -r<br />
  origin/HEAD<br />
  origin/master<br />
  origin/pullproxy</p>
<p>now I can:<br />
git branch -f pullproxy origin/pullproxy</p>
<p>and check it out:<br />
git checkout pullproxy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracking Remote Git Branches -being practical...</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-218</link>
		<dc:creator>Tracking Remote Git Branches -being practical...</dc:creator>
		<pubDate>Sat, 29 Aug 2009 20:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-218</guid>
		<description>[...] http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/" rel="nofollow">http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Rosenstark</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-207</link>
		<dc:creator>Daniel Rosenstark</dc:creator>
		<pubDate>Sat, 25 Jul 2009 11:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-207</guid>
		<description>Scratch that last comment. Your have compiled the best answers from everywhere. This find 

git branch -f zzz origin/zzz

is great.</description>
		<content:encoded><![CDATA[<p>Scratch that last comment. Your have compiled the best answers from everywhere. This find </p>
<p>git branch -f zzz origin/zzz</p>
<p>is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-205</link>
		<dc:creator>Kristian</dc:creator>
		<pubDate>Thu, 23 Jul 2009 15:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-205</guid>
		<description>I believe the first example should be:
$ git branch --track zzz origin/zzz

Thanks for a great guide.</description>
		<content:encoded><![CDATA[<p>I believe the first example should be:<br />
$ git branch &#8211;track zzz origin/zzz</p>
<p>Thanks for a great guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Rosenstark</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-203</link>
		<dc:creator>Daniel Rosenstark</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-203</guid>
		<description>Thanks for that, David. It&#039;s fascinating that the original post (http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository) is actually easier to read, at least for those with ADD (everyone, basically). When you make sense of the information, it loses the fun somehow.</description>
		<content:encoded><![CDATA[<p>Thanks for that, David. It&#8217;s fascinating that the original post (<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>) is actually easier to read, at least for those with ADD (everyone, basically). When you make sense of the information, it loses the fun somehow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Montanez</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-148</link>
		<dc:creator>Luigi Montanez</dc:creator>
		<pubDate>Sun, 19 Apr 2009 21:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-148</guid>
		<description>I just use the grb gem and let it do the hard work for me:

http://github.com/webmat/git_remote_branch</description>
		<content:encoded><![CDATA[<p>I just use the grb gem and let it do the hard work for me:</p>
<p><a href="http://github.com/webmat/git_remote_branch" rel="nofollow">http://github.com/webmat/git_remote_branch</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.178 seconds -->
