On 23 February 2011 18:06, Gerhard Wiesinger <li...@wiesinger.com> wrote: > I'm not a git expert. Can you explain how to merge 3 commit to one output as > expected?
There are a number of ways to do it. I use stgit (http://www.procode.org/stgit/) to manage my patches, but if you don't want to use a new tool I guess the top answer here: http://stackoverflow.com/questions/616556/how-do-you-squash-commits-into-one-patch-with-git-format-patch is probably as good as anything else. -- PMM