Git Commit Message Change
# 1. Change local message
git commit --amend -m "New commit message"
# 2. Push the change to remote
git push --force-with-lease
# 3. Other collaborators update their local repositories
git pull
# 1. Change local message
git commit --amend -m "New commit message"
# 2. Push the change to remote
git push --force-with-lease
# 3. Other collaborators update their local repositories
git pull