[article] Nicely Amending Git Message

git

10 Sep 2014

Sometimes one would like to amend the git commit message and reset the author and date at the same time. One could try

git commit --amend --date="$(date -R)" --reset-author
comments powered by Disqus