如何在源树中的多个分支中提交代码

时间:2015-06-30 14:45:24

标签: branching-and-merging atlassian-sourcetree

我有一些代码已经提交给分支X.如何在分支Y中提交相同的代码?有没有办法在多个分支中同时提交相同的代码?

1 个答案:

答案 0 :(得分:0)

您可以在新分支上使用cherry-pick添加相同的提交。

文档: http://git-scm.com/docs/git-cherry-pick

说明: http://think-like-a-git.net/sections/rebase-from-the-ground-up/cherry-picking-explained.html