Hacker News new | ask | show | jobs
by masklinn 1298 days ago
And usefully it also has `-e` (`--edit`), so you can create an alias of

    amend = commit —-amend —-no-edit
and if you need to edit the commit message alongside merging new changes in HEAD,

    > git amend -e