How to commit a change with both “message” and “description” from the command line? [duplicate]

There is also another straight and more clear way

git commit -m "Title" -m "Description ..........";

Leave a Comment