DEV Community

Discussion on: 10 Terminal Commandments for Coding Newbies

Collapse
 
aschwin profile image
Aschwin Wesselius

Most of the time you can just add the closing quotation mark. It might include the tailing carriage return/linefeed (\n) into the commit message, but that's not that much damage done right? You can also update the commit message, which I hardly do so I don't know how to do it without looking it up for you.

Collapse
 
agredalex profile image
Alex Ágreda

You can edit your last commit message with git commit --amend