lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: german doc patch, issue 1344


From: Till Paala
Subject: Re: german doc patch, issue 1344
Date: Tue, 16 Nov 2010 12:52:35 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Am 16.11.10 11:09, schrieb Marc Hohl:
Am 16.11.2010 09:18, schrieb Francisco Vila:
2010/11/16 Marc Hohl<address@hidden>:

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

address@hidden:~/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

?

address@hidden:~/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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]