Heya, On Thu, Oct 7, 2010 at 02:38, Pat Notz <patnotz@xxxxxxxxx> wrote: > Why not just use an alias for this? ÂI do: > > git config alias.fixup "commit --amend -C HEAD" I have a similar alias: git config alias.amendall "commit --amend -a -C HEAD" I don't think we need a command to do this, but I'm starting to think we really should have a list of aliases either ship with git itself, or with the git documentation. -- Cheers, Sverre Rabbelier -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html