I was updating a URL in a PR. It was a simple one: replace `http` with `https`. Then I saw they have a commit message guideline. So I decided to update the commit message. ``` $ git commit --amend $ git push -f ``` It will make a new commit and replace the previous commit message.