I am trying to add a commit message from the command line on my windows10 PC. I have done the following:
- typed in
git commit
from the command line. - in the vim interface I typed in the commit subject and description.
- hit the
esc
key then typed inwq
but the vim interface doesn't exit. When I closed it and tried to push to github it doesn't push. I tried the above again but the vim interface doesn't exit. What am I getting wrong or what do I need to do to make the vim interface exit, cause the commit to be done so I that I can push to github?