https://stackoverflow.com/questions/19085807/please-enter-a-commit-message-to-explain-why-this-merge-is-necessary-especially
811
It's not a Git error message, it's the editor as git uses your default editor.
To solve this:
- press "i"
- write your merge message
- press "esc"
- write ":wq"
- then press enter
No comments:
Post a Comment