2

(Note: I do know how to do this using the command line git client; this question is on behalf of a command-line-phobic co-worker who I am introducing to git via the GitX GUI application on his Mac)

I see that in GitX you can right-click on a commit in the commits-list and choose "Cherry pick commit into master"; but what I want to be able to do is the opposite: cherry-pick a commit from master into a (non-master) branch.

Is there a way to do this inside of GitX?

4

1 回答 1

1

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

@jfriesne 您可以“挑选”提交到您当前签出的分支。如果你想从master选择提交到另一个分支,你只需要在选择之前检查另一个分支。

于 2016-08-21T17:51:29.460 回答