Git Hack: Make commit with a past date
Hello reader!
Ever wanted to commit something to a git repo with a past date? Here’s how you could do it.
If you are working on a project and missed a commit yesterday or you accomplished the task but GitHub for Windows bailed on you? Well, this lit...
ayushirawat.com2 min read
Lee Hansel Solevilla
Good stuff.
Though be wary of amending commits (message) when working with other developers. It rewrites the commit which would result as different on those who already pulled it.