git commit --amend, reuse message
Nothing stellar, yet useful to know. To amend a commit while keeping the existing message:
$ git commit --amend --no-edit
You could even:
$ git config --global alias.fixup 'commit --all --amend --no-edit'
Written by Gregory Pakosz
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#