Trying to control git in the command line. It's difficult to keep it all straight in my mind.
I think part of the mix up is the Vi editor.
Press Esc
Type :wq
For write quit.
Some information here:
https://stackoverflow.com/questions/33504984/adding-a-git-commit-message-using-vi-on-os-x
https://medium.com/@steveamaza/how-to-write-a-proper-git-commit-message-e028865e5791
https://chris.beams.io/posts/git-commit/
git commit -m"Fix typo in introduction to user guide"
No comments:
Post a Comment