Git
使用B分支的单个文件覆盖A分支的单个文件
1
2
3
4
git switch A
git checkout B [file_name]
git checkout [目标分支] [目标文件]