I am using Git. I did a pull from a remote repo and got an error message:
Please enter a commit message to explain why this merge is necessary,
especially if it merges an updated upstream into a topic branch.
I try to type a message and press Enter but nothing happens.
How do I tell Git/Terminal I am done typing in my message?
I am using Terminal on OS X.
This introduction of a merge commit allows you to write a summary of the changes in the branch you're merging, and allows people reading the history in the future to choose to view the merge as just one commit, or – if they choose to – to dive into the commits that compromise the feature that was merged.
yes ..you need to commit MERGE STATEMENT.
It's not a Git error message, it's the editor as git uses your default editor.
To solve this:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With