How do I produce a multiline comment in my git commit using -m
$ git commit -m "This change is for blah"
$ git commit -m "This change is for blah\nAnd also for this blah"
The second line, the \n
doesn't produce a multiline comment
I'm using Mac terminal, not sure if that matter.