最佳答案
When I use git log to check out my commit explanatory note I want it to look like this:
1. what I changed
2. blank line
3. why I changed it
...being in 3 lines not 1 like this:
1. what i changed 2. blank line 3. why i changed
However, git log shows it in one line. So, how do I get this to happen using git commit -m?