commitする
commitについては通常通りなので割愛。
時間を修正する (committer date)
git commit --amend --date="未来の日時"
例
git commit --amend --date="Sun May 31 2021 09:58:55"
:qw
を入力
時間を修正する (author date)
git rebase HEAD~1 --committer-date-is-author-date
pushする
pushについては通常通りなので割愛。