I am using git CMD and I am able to do the commit if I do
git commit -m "some message"
However, if I forget to add the -m
it presents me with a message saying to create the message. I know I am suppose to create a "title", leave a blank line, then create "description". After I do that I am not sure how to push the commit through. I press enter on my keyboard, but it just creates more lines. Is there a command?