git|如何合并部分文件

潮范谷 人气:2.51W
git 如何合并部分文件

在feature分支commit 切换至release分支 从feature分支检出相应文件 #branch feature git commit -a -m "msg" git checkout release #branch release git checkout feature file-01 git checkout feature file-x ... git commit -a -m "msg"

TAGS:合并 文件 git