On Fri, Mar 27, 2009 at 8:33 AM, Reinhold Kainhofer <reinh...@kainhofer.com> 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 _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel