如何使用 GitX 挑选从 master 到另一个分支的提交?

How to use GitX to cherry-pick a commit from master to another branch?

(注意:我确实知道如何使用命令行 git 客户端执行此操作;这个问题代表我要介绍给 git 通过他 Mac)

上的 GitX GUI 应用程序

我看到在 GitX 中您可以右键单击提交列表中的提交并选择 "Cherry pick commit into master";但我想要做的恰恰相反:从 master 中挑选一个提交到(非 master)分支。

有没有办法在 GitX 中执行此操作?

rowanj/gitx 邮件列表 (atn github.com) 上的 Matthias Leppich 向我发送了这个问题的答案,所以我在这里引用它作为记录:

@jfriesne you can 'cherry-pick' commits to your currently checked out branch. If you like to pick commits from master to another branch, you just need to checkout another branch before picking.