lilypond-devel
[Top][All Lists]
Advanced

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

Re: Help with git and LilyPond Tutorial


From: Han-Wen Nienhuys
Subject: Re: Help with git and LilyPond Tutorial
Date: Fri, 29 Dec 2006 20:01:52 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061219)

Johannes Schindelin escreveu:
> $ git fetch git://git.sv.gnu.org/lilypond.git/ web/master:web/master
> 
> Then, branch from the upstream with
> 
> $ git checkout -b myweb web/master
> 
> Now you are on branch "myweb", which is identical to "web/master" until 
> you commit your own changes.
> 
> Subsequent pulls can be done with
> 
> $ git pull git://git.sv.gnu.org/lilypond.git/ web/master:web/master
> 
> which not only updates "myweb", but also stores the remote "web/master" in 
> your local repository, so you can always get a diff between the tips of 
> "myweb" and "web/master" by
> 
> $ git diff web/master..myweb

John, could you have a look at updating the README with this info,
so it is understandable for git newbies?  


-- 

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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