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