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