git merge one specified file from another branch

来源:互联网 发布:医学类搜题软件 编辑:程序博客网 时间:2024/04/17 03:05

#You are in the branch you want to merge to
git checkout
<branch_you_want_to_merge_from> <file_paths...>