$ git commit -m "Something terribly misguided"
$ git reset HEAD~
<< edit files as necessary >>
$ git add ...
$ git commit -c ORIG_HEAD
Git stash с комментариями
git stash save "Your message here"
> $ git add ... $ git commit -c ORIG_HEAD">
$ git commit -m "Something terribly misguided"
$ git reset HEAD~
<< edit files as necessary >>
$ git add ...
$ git commit -c ORIG_HEAD
Git stash с комментариями
git stash save "Your message here"