Guides
Short articles for the most common ways people search for changing git commit dates. The CLI itself lives on the home page.
Change the last git commit date
Use git commit --amend for the tip, or switch to CSV when amend is not enough.
Change dates of multiple commits
Bulk-edit author and committer timestamps across a branch with a spreadsheet.
Change git author date
Fix author date, name, and email without rewriting messages.
Author date vs commit date
What each timestamp means and which one you should change.