Git rename the commit message before pushing
1.If it's the latest commit (not pushed yet) git commit --amend -m "New commit message" 2. If the commit is already pushed g...
1.If it's the latest commit (not pushed yet) git commit --amend -m "New commit message" 2. If the commit is already pushed g...