What is the best practice for writing long commit messages so that they will be displayed correctly?
The way git displays log messages is that it will take the 1st line and use that in git log –oneline, and then anything else is displayed when using the normal git log, as long as there’s a blank line between the first and second parts: Add summary line here An example of how to … Read more