is there a GUI way to cherry pick a commit and app...
# intellij
e
is there a GUI way to cherry pick a commit and apply it to another branch?
r
Have the branch you want it on checked out; right click on the commit in the tree and Cherry-Pick is the 3rd option in the context menu.
e
thanks