git updated last commit message
If you're trying to modify git messages, then the following command comes in handy :-
git commit --amend -m "new comment message"
Forces a push to remote branch
git push --force
git commit --amend -m "new comment message"
git push --force
Comments