Sublime Forum

How to Cherry Pick with Sublime Merge?

#1

hi guys,

any Idea how to perform a cherry pick using Sublime Merge?

I am still figuring out how to configure SM. Here’s a draft…

{
    "caption": "Git Cherry Pick",
    "command": "git",
    "args": {
      "argv": ["cherry-pick <put some hash here?>"]
    }
}
0 Likes

#2

Right clicking on a commit in the commit graph will bring up a context menu with a “Cherry Pick Commit” option.

2 Likes

#3

Setting “log_commands”: true and then openings the console will show what commands are ran when you click cherry pick

0 Likes