Last Updated: February 25, 2016
·
2.059K
· ahacop

Change the date of the first commit

git rebase -i --root

Change pick to edit

GIT_COMMITER_DATE="`date`" git commit --amend --date "`date`"
git rebase --continue