Re: master branch ambiguous

2006-11-12 Thread Johannes Schindelin
Hi, On Sun, 12 Nov 2006, Han-Wen Nienhuys wrote: > i've just finished setting up the git repository on savannah, and I've hit the > first snag. There are two master branches (one for lilypond, and web/master > for the website). This makes pushing a bit awkward. You have to use > > git push ssh

Re: master branch ambiguous

2006-11-11 Thread Werner LEMBERG
> You have to use > >git push ssh:-savannah-addres- mybranch:refs/heads/master > > to push to the main master branch. Have I? My fingers have just been faster than my brain, and I just typed `git-push', without any arguments, and everything seems to be fine, according to http://git.sv.

master branch ambiguous

2006-11-11 Thread Han-Wen Nienhuys
hi, i've just finished setting up the git repository on savannah, and I've hit the first snag. There are two master branches (one for lilypond, and web/master for the website). This makes pushing a bit awkward. You have to use git push ssh:-savannah-addres- mybranch:refs/heads/master to