Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从远程存储库的分支中仅选择一个提交并将其合并到本地存储库的当前分支?
我在谷歌上环顾四周,发现了 git cherry-pick。但这似乎只是为了跨同一存储库中的分支执行此操作。
获取另一个仓库:
git fetch http://github.com/otherguy/forkedproject.git
这会从该存储库下载所有历史记录,但不会更改HEAD或您的暂存区域。
HEAD
然后,cherry-pick提交。
cherry-pick