Carl Sorensen wrote: > Here's what I recommend (I didn't used to do this, but it > seems to be a better way to work). > > git branch newfeature > git checkout newfeature > git rebase -i master > git rebase -I SHA1-ID-of-the-parent-of-branch-newfeature > git checkout master > git pull > git cherry-pick newfeature > git format-patch origin/master
Carl, this is great! Can you add this to the CG? - Mark _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel