Prev | Contents | Next

21 Appendix: Getting Out of Editors

If you try to git commit and don’t specify -m for a message, or if you git pull and there’s a non-fast-forward merge, or if you git merge and there’s a non-fast-forward merge and you don’t specify -m, or what I’m sure are a host of other reasons, you might get popped into an editor.

And you might not be familiar with that editor.

So here’s how to get out of it.


Prev | Contents | Next