简体   繁体   English

如何将远程跟踪分支“ caffe / master”合并到HEAD中?

[英]how to Merge remote-tracking branch 'caffe/master' into HEAD ?

I'm using the Ubuntu 14.04 without CPU and i want to run this code : https://github.com/xinleipan/py-faster-rcnn-with-new-dataset , in Step 1, if i do git merge -X theirs caffe/master he print : 我正在使用没有CPUUbuntu 14.04 ,并且我想运行以下代码: https : //github.com/xinleipan/py-faster-rcnn-with-new-dataset ,在步骤1中,如果我执行git merge -X theirs caffe/master印制的git merge -X theirs caffe/master

GNU nano 2.2.6 File: /home/brm17/Desktop/py-faster-rcnn/.git/modules/caffe-fast-rcnn/MERGE_MSG GNU nano 2.2.6文件:/home/brm17/Desktop/py-faster-rcnn/.git/modules/caffe-fast-rcnn/MERGE_MSG

Merge remote-tracking branch 'caffe/master' into HEAD

# 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.

what should I do ? 我该怎么办 ?

That's the editor that is opened so that you can write the commit message. 那就是打开的编辑器,以便您可以编写提交消息。 That means the merge went well, no conflicts. 这意味着合并进行得很好,没有冲突。 Just set the comment, save the file and quit and the merge revision should be done. 只需设置注释,保存文件并退出,然后完成合并修订即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM