git commit -m "Demonstrate multi-line commit message in Powershell" -m "Add a title to your commit after -m enclosed in quotes,then add the body of your comment after a second -m.Press ENTER before closing the quotes to add a line break.Repeat as needed.Then close the quotes and hit ENTER twice to apply the commit."
$ git commit -m "Another way of demonstrating multicommit messages:>> This is a new line written> This is another new line written> This one is really awesome too and we can continue doing so till ..."
$ git log -1commit 5474e383f2eda610be6211d8697ed1503400ee42 (HEAD -> test2)Author: ************** <*********@gmail.com>Date: Mon Oct 9 13:30:26 2017 +0200
Another way of demonstrating multicommit messages:
This is a new line writtenThis is another new line writtenThis one is really awesome too and we can continue doing so till ...