> 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
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel
