使用 TortoiseGit 挑选樱桃
如何使用 TortoiseGit UI 运行cherry pick 命令?
How do I run the cherry pick command using TortoiseGit UI?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 TortoiseGit UI 运行cherry pick 命令?
How do I run the cherry pick command using TortoiseGit UI?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
考虑到需要从“master”分支中挑选“release”分支,请按照以下步骤操作:
第 1 步:签出“release”分支
步骤2:点击TostoiseGit ->显示日志
第 3 步:过滤要择优挑选的源分支提交
在“日志消息”窗口中,选择要从中择优挑选提交的源分支(即“大师”本例中的分支)。分支选择可以从“日志消息”窗口的左上角完成(如下所示)
第 4 步:选择要精挑细选的提交
最后选择提交并右键单击上下文菜单来挑选它们。
Considering 'release' branch is required to cherry-pick from 'master' branch, follow the steps as provided below:
Step 1: Checkout 'release' branch
Step 2: Click TostoiseGit -> Show log
Step 3: Filter Source Branch Commits to be Cherry-picked
On the Log Messages window, select the source branch from where the commits will be Cherry Picked (i.e. 'master' branch in this example). The branch selection can be done from top left of the 'Log Messages' window (as shown below)
Step 4: Select the Commits to be Cherry-picked
Finally select the commits and right-click the context menu to cherry-pick them.
上面的答案也是正确的,我只是简化了它。
如果你想从一个分支到另一个分支(例如:Branch_18.1到Branch_18.4)
The above answers are also correct and I am just simplifying it.
If you want to cherry pick from one branch to another (for example: Branch_18.1 to Branch_18.4)