Git Commit после слияния открывает VIM

Я сделал слияние двух файлов, и теперь я пытаюсь выполнить фиксацию, но он открывает VIM со следующими данными, и теперь Я совершенно заблудился. (У меня нет опыта работы с VIM)

Merge branch 'master' of nodester.com:/node/git/lolcoder/****-******

Conflicts:
        .gitignore
        server.js
#
# It looks like you may be committing a merge.
# If this is not correct, please remove the file
#       .git/MERGE_HEAD
# and try again.


# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#   
#       .project
~                                                                               
~                                                                               
~                                                                               
".git/COMMIT_EDITMSG" 19L, 521C                               1,1           All

Что мне делать дальше?

Вот сценарий:

У меня был проект node.js на github, теперь я пытаюсь отправить его на git nodeter репо (так что теперь у меня есть 2 пульта для моего проекта). Но прежде чем я смогу нажать на nodeter, мне нужно было исправить 2 файла, которые конфликтовали с теми, которые были созданы для меня на nodeter. Я решил конфликты с помощью git merge -y , и теперь я хочу зафиксировать, а затем нажать.

Это ошибка, которую я получаю при попытке отправить в nodeter:

Nodester!
To git@nodester.com:/node/git/lolcoder/****-**************.git
 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'git@nodester.com:/node/git/lolcoder/****-************.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again.  See the
'Note about fast-forwards' section of 'git push --help' for details.
15
задан Milan Babuškov 22 October 2013 в 10:39
поделиться