`commit --amend` `git stash pop` `git stash` Git [alias] stashamend = !git stash && git commit --amend && git stash pop