I want to change date of 4 commits that I pushed to github today, say pushing them back by 3 dates.
I have 2 problems, and it seems that they are relevant:
- I use git rebase to fix the date of commits, but when I pushed them to github, the final commit will be labled today.
- The public github page will still show the change I made as today.
Is there anyway I can fix this?