Undo last commit



$ git reset --soft HEAD~


$ git commit ...
$ git reset --soft HEAD^
$ edit
$ git add ....
$ git commit -c ORIG_HEAD     (