コミット日時を修正する方法
参考:
git commit –amend で今の日時にして commit し直す – Qiita
git で直前のコミットの Author (作者) と Author Date (作成日付) を変更する | YoshinoriN’s Memento
author date と committer date の違い
参考:
Git のコミットのタイムスタンプには author date と committer date の2種類があるという話 | ひだまりソケットは壊れない
committer date を auther date にする
$ git rebase --committer-date-is-author-date
参考: