Changing a commit message with Git
๐ป๐ช Spanish
1.- If you wrote a commit message incorrectly and pushed it, you can change this message immediately using git commit --amend command, this command open a text editor to change the message. For exit press ESC + Shift + : and write :wq to...
crisprogramming.hashnode.dev1 min read