Git merge 某个分支下的某个文件 、本地merge单个文件

本地更新单个文件

  1. git fetch
  2. git checkout origin/分支名 —文件路径
    例: git checkout origin/master —file_name

猜你喜欢

转载自blog.csdn.net/m0_53574149/article/details/128975488