Code Premix

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 push <remote> <branch> --force

OR

git push <remote> <branch> -f

That’s it for today.
Thank you for reading. Happy Coding..!!