If I want to not use any text editor and put all the commit message including subject and body lines into the useful one-line command:
$ git commit -m 'message including subject and body lines'
, I need to insert first body-line two lines after subject and the next lines just at the next new line.
For example:
feat: Derezz the master control program
- MCP turned out to be evil and had become intent on world domination.
- This commit throws Tron's disc into MCP.
So I tried to use "\n" but didn't solve the problem!