On 4/9/09 4:23 AM, "Simon Bailey" <bina...@gmail.com> wrote:


> 
> here's the new patch-set. i'm sorry, but i can't work out how to get
> git to give me one single patch for the three commits i made locally
> since checking out.

Simon,

The way to get a single patch from multiple commits is to use git rebase.

git rebase -i origin/master

will give you the opportunity to convert your 3 commits into a single
commit, which will then make a single patch.

HTH,

Carl



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to