您的位置:首页 > 其它

Git使用遇到的问题--merge冲突解决

2015-08-04 00:10 741 查看
问题1:
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
".git/MERGE_MSG" 7L, 293C


解决办法:

You're in the text editor, vim! It's a modal text editor, so you would need to:

Press i to enter insert mode.

Now you can type your message, as if you were in a normal (non-modal) text editor.

Press esc to go back to command mode.

Then type
:w
followed by enter to save.

Finally
:q
followed by enter to quit.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: