Change Git Commit Date
What happens if you’re lazy (like me), and happen to only make that final commit way past your boss’s deadline? Well, you can manipulate the date!~ Before you commit your code, simply add the following lines:
Now you can commit as usual.
Revert back to wall clock time
Now that you’re done with committing with your favourite mahurat (महुरत), you can come back to wall clock time by simply closing the Terminal window; or if you’re feeling a bit professional, by unsetting the environment variables.
Wait! I’ve already committed with the “wrong” date
Don’t fret. You can amend a commit right off the prompt:
Why two dates?
The author is the person who originally wrote the work, whereas the committer is the person who last applied the work. ―Pro Git book
You can read more about Git dates at Alex’s blog.
Thank you for scrolling to the bottom of this page! Do let me know how it was.