Johan Herland <johan <at> herland.net> writes: > > On Saturday 03 July 2010, Mahesh Vaidya wrote: > > git rebase -i $1 && git commit --amend && git rebase --continue > > You would need to do "$1^" instead of $1, since 'rebase' works on all > commits _since_ the given commit (i.e. not including the given commit).... The above will suffice if you just want to change the commit message. If you want to change file contents you'll need a 'git add' as well. -- 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