None
NL
How to write a good git commit message
[]
Blog by Martijn Hols
On the Git CLI, the title is the first line of a commit, and if there are no other lines, the entire commit message. In most commits, you can omit the commit body as the title sufficiently describes the commit. Any decent Git tool will be able to search inside commit bodies when searching your history, so your commit messages are just as findable.