lilypond-devel
[Top][All Lists]
Advanced

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

Re: odd configure error


From: Patrick McCarty
Subject: Re: odd configure error
Date: Fri, 27 Mar 2009 12:29:47 -0700

On Fri, Mar 27, 2009 at 8:33 AM, Reinhold Kainhofer
<address@hidden> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Am Freitag, 27. März 2009 schrieb Graham Percival:
>> On Thu, Mar 26, 2009 at 02:31:21PM -0700, Patrick McCarty wrote:
>> > Let's say remote master has changed in the meantime, and you want to
>> > create a new patch rebased on current master:
>> >
>> > cd lilypond
>> > git checkout master
>> > git pull
>> > git checkout mybranch
>> > git rebase master
>> > git format-patch master
>
> It's actually easier:
>
> cd lilypond
> git checkout mybranch (unless you are already there)
> git fetch
> git rebase origin/master
> git format-patch origin/master

That's true.  This method does simplify things.

I sometimes forget that there are remote branches and that they can be
used for various purposes.  :-)


-Patrick




reply via email to

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