简体   繁体   中英

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 :

GNU nano 2.2.6 File: /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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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