How to Write a Git Commit Message
1. Separate subject from body with a blank line From the git commit manpage: Though not required, it's a good idea to begin the commit message with a single short (less than 50 character) line summarizing the change, followed by a blank line and then a mo...