- change GIT_COMMITTER_DATE variable:
export GIT_COMMITTER_DATE="Sat Sep 20 08:00:00 2023 +0000"
- then commit your changes! I use GitHub UI, it's much easier to handle some of the tasks. But don't push!
- git commit --amend --no-edit --date="$GIT_COMMITTER_DATE"
finished.