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?>"]
}
}