Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: How can I access remote branches in a cloned repository on my local machine?

From: Julian Phillips <hidden>
Date: 2016-06-15 22:43:43

On Sat, 20 Oct 2007, Julian Phillips wrote:
quoted
 The problem is, when I clone git@git.1kstudios.lan:dev, the various
 <username>/master's aren't there. I have tried a bunch of different ways,
 but they all give me errors. For example:
The default fetch refspec doesn't include the remotes - after all, you 
normally don't want the origin for your origin ...
quoted
 How can I access remote branches in a cloned repository on my local
 machine?
Try something like:

git config remote.origin.fetch +refs/remotes/*:+refs/remotes/*
sorry, that should have been:
git config remote.origin.fetch +refs/remotes/*:refs/remotes/*
git fetch
-- 
Julian

  ---
"The National Association of Theater Concessionaires reported that in
1986, 60% of all candy sold in movie theaters was sold to Roger Ebert."
 		-- D. Letterman
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help