Hacker News new | ask | show | jobs
by gilnaa 1298 days ago
EDITOR=true is clever! Git has --no-edit as well, btw
1 comments

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