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
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