[git-users] Re: How to pull a branch on a remote repository when I don't have it locally

2009-04-18 Thread EricP
Hi Dan, Thanks for replying to me. Here is what I get from my home computer: $ git branch -a * master network origin/master origin/network As you can see, there is nothing about the "dij" branch that is remote and that is But this is what I get from the computer at the lab: $ git branch

[git-users] Re: Mirror git repository

2009-04-18 Thread Broc
Thank for the suggestions, the fake remote 'all' did the trick for me. //M. On Apr 16, 7:10 pm, gitster wrote: > On Apr 15, 11:45 pm, Broc wrote: > > >  it goes out to both repos instead of having to do: > >  $ git push > >  $ git push assembla > > > I've read in the docs that you can add the