On Wed, Sep 15, 2010 at 8:28 AM, Mikhail Gusarov <dottedmag at dottedmag.net> wrote: > You can add new changes to last commit by a git add'ing them and then > doing git commit --amend. > > OTOH, just git reset 'HEAD^' will do the trick. Thanks!