How to Add an Extended Git Commit Message From the Command-Line
Never needed it until yesterday. All you have to do is to add a second -m
flag. Some refreshing simplicity from a sometimes rather confusing interface.
git commit -m "The short message, best ~50 characters" -m "The extended description that can go on however long you want."