git commit message

Shell
$ git commit -m"Fix typo in introduction to user guide"
git commit -a -m "The Commit message"git commit -m "Title" -m "Description ..........";git commit -a
Source

Also in Shell: