how to change the commit message not pushed in remote code example
Example: git amend commit message
git commit --amend -m "New commit message for most recent commit"
git commit --amend -m "New commit message for most recent commit"