Bootstrap

git分支合并某一次提交

1.A分支:使用git log --oneline查看需要合并的id

或者直接去Git仓库查看提交记录

2.B分支:git cherry-pick id 合并A分支的请求

;