The answers to this question describe a way to amend previous commit messages that haven't yet been pushed upstream. The new messages inherit the timestamps of the original commits. This seems logical, but is there a way to also re-set the times?
|
|
use git filter-branch with an env filter that sets GIT_AUTHOR_DATE and GIT_COMMITTER_DATE for the specific hash of the commit you're looking to fix. This will invalidate that and all future hashes. Edited for example If you wanted to change the dates of commit
|
|||
|
|
|
I had an idea to use |
||
|
|
