I wrote something I did not want in the commit comment.
git commit -m "comentario indeseado"
git push
How can I change or update the message?
Eye, I've already pushed and I want to remove the message in the repository as well.
Is it possible?