如何使用git cherry-pick将同一个仓库的某个分支的某些commit合并到当前分支?

答: git cherry-pick <another-branch's commit-id> 

posted @ 2019-06-17 18:35  Jello  阅读(668)  评论(0)    收藏  举报