SyntaxFix
Write A Post
Hire A Developer
Questions
if it is previous last commit.
git rebase -i HEAD~2 git commit --amend --date=now
if you already push to orgin and can force use:
git push --force
if you can't force the push and if it is pushed, you can't change the commit! .