How to change commit message that already pushed in Git
📅December 30, 2021
🗁Git
In this article, we will show you how to change commit message that already pushed in Git. In the previous article, we showed you how to change unpushed commit message in Git.
- Git Installation on Windows – A Step-by-Step Guide
- How to set Git username and email address
- How to clone a Git repository
- How to push code to GitHub using git bash
git push <remote> <branch> --force
OR
git push <remote> <branch> -f
That’s it for today.
Thank you for reading. Happy Coding..!!