git pull
git status
git branch -a
git merge origin/feature/v32.15-20241011
在工程文件中 手动处理冲突
处理后
git status
保存即可
git status
git push
git status
---------------------------------------------------------------------------------
切换分支
git checkout feature/v32.17-20250601
---------------------------------------------
1、先切到master,git pull
2、切回 对应分支 再 git meger master
3、解决冲突
head 和 mine 两种