Changing Git Dates

March 05, 2014

If you'd like to change the date and time of your last commit:

git commit --amend --date="Sat, 28 Mar 2015 12:40:00 +0000"

Please note that 'commit' shouldn't be a hash, it should just actually be 'commit'.