Git commit with title and message on console
When using a graphical git tool like Tower, you can enter a title and a description to each commit. On the console it's not that obvious how to enter a description.
But if you know how, it's really easy:
$ git commit -m "Title" -m "Description"