I am starting with github. After the commands $ git commit -m (without a ‘message’), I reach a
window. I added some text on top to explain the commit… but I am stuck there, how to EsCape?
Thanks and regards.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To commit, save and quit the way you normally do in vim.
:x,:wq,:wfollowed by:q,ZZ, whatever.To abort you can use
:cq.If you’d rather use something other than vim (it isn’t clear if your problem is that you don’t know vim or are just confused that git dropped you in vim) you can change
$EDITORto whatever editor you’d prefer. Seegit help commitfor more details.