git message for commit when changing just text code example
Example 1: change commit message
git commit --amend
// press enter, editor would open
Example 2: how to change a commit message
git commit --amend
git push --force-with-lease <repository> <branch>