Tuesday, March 22, 2016

How to Change Git Commit

Change Git Commit Message

During one of my developer testing, I have changed my machine date with additional one month. After Testing the fix I committed the code. But then realised git use my machine date as committer date. Now when I check the git repo, my commit with date change show as the latest commit.

How to fix that.