change last commit code example
Example 1: change last commit message
git commit --amend -m "New commit message."
Example 2: git change user of last commit
git commit --amend --author="John Doe <[email protected]>"
git commit --amend -m "New commit message."
git commit --amend --author="John Doe <[email protected]>"