lilypond-devel
[Top][All Lists]
Advanced

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

Re: Git question


From: Werner LEMBERG
Subject: Re: Git question
Date: Wed, 09 Sep 2009 09:01:58 +0200 (CEST)

> Let's assume I've checked out a fresh master/origin and did some
> commits on top of it. How can I concatenate this commits in one to
> create only one patch?

Do

  git reset ...

so that non of your changes are committed (`gitk' is your friend to
find the right SHA).  Then do

  git commit -a


     Werner




reply via email to

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