冲突类型 1 、cherry-pick冲突 git cherry-pick <commit id> 出现冲突: Unmerged paths: (use "git add/rm <file>..." as appropriate to mark resolution) 解决方法: git checkout --ours(theirs) 冲突的代码路径 git add 冲突的代码路径 git cherry-pick --continue 解决