How do I make a Git commit in the past?

I know this question is quite old, but that’s what actually worked for me:

git commit --date="10 day ago" -m "Your commit message" 

Leave a Comment