Am 16.11.10 11:09, schrieb Marc Hohl:
Am 16.11.2010 09:18, schrieb Francisco Vila:
2010/11/16 Marc Hohl<m...@hohlart.de>:
I asked once how to get the lilypond/translation branch on my local
repository, but
nobody could explain; I tried the code described in
http://lilypond.org/doc/v2.13/Documentation/contributor/downloading-remote-branches
but git complains with
m...@olivia:~/git/lilypond$ git remote add -ft lilypond/translation -m
lilypond/translation origin git://git.sv.gnu.org/lilypond.git/
fatal: remote origin already exists.
If someone could point me to the right direction I surely will have
a look
at the German translation.
What's the output from
git branch
?
m...@olivia:~/git/lilypond$ git branch
bend
* master
sandbox
tab
bend, sandbox and tab are branches I created locally.
Hi Marc,
I would remember I just had to do "git checkout
origin/lilypond/translation" to obtain the lilypond/translation branch,
so the origin was the critical thing here.
Now when I do git pull origin it pulls all changes but checks out only
the changes on the branch I currently am.
Say you have checked out lilypond/translation once. Now you are on
master. Now with git checktout lilypond/translation I switch to my local
translation branch and again with pull origin it updates also the
translation branch.
Hope this was clear enough and I remember things right.
Till
Marc
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel