lilypond-devel
[Top][All Lists]
Advanced

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

Re: CM 1.1 git question


From: Johannes Schindelin
Subject: Re: CM 1.1 git question
Date: Wed, 18 Feb 2009 15:57:39 +0100 (CET)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

Hi.

On Wed, 18 Feb 2009, Jonathan Kulp wrote:

>  Am I correct in thinking that [git format-patch] creates the patch by 
> comparing my local (changed) file with the corresponding file in the 
> remote git repository?

No, it creates patches from commits.  So you use Git as usual:

        (inspect your changes)
        $ git diff
        (stage the modified files)
        $ git add <files>
        (commit the stuff)
        $ git commit
        (now generate patches from, say, the last 3 commits)
        $ git format-patch -3

>From the rest of your mail I see that you made work hard on yourself by 
not using Git at all...

Ciao,
Dscho




reply via email to

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