amend¶
Amend author¶
If you want to change the author details of the commit message, you can do it using flag --amend
git commit --amend --author="Kautilya kautilya@email.com"
git commit --amend --author="Kautilya kautilya.save@product_name.com"
Change Timestamp¶
This only works for the last commit in the git history tree.
git commit --amend --date=now
https://stackoverflow.com/questions/454734/how-can-one-change-the-timestamp-of-an-old-commit-in-git