Cherry-pick 其他代码库代码 1. git remote add target git@github.xxxxxx/testGit.git 1. 添加了一个远程仓库target 2. git fetch target 2. 远程代码抓取到本地 3. git log target/master 3. 获取要从远程仓库转移的提交"12fefsas" 4. git cherry-pick "12fefsas" 4. 进行cherry-pick Further Reading :Git常用命令汇总