sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Additional variables for `Remote Branch.sublime-menu`

Open KindDragon opened this issue 3 years ago • 0 comments

Problem description

I want to execute command for my remote branch git checkout -B my_feature origin/my_feature, but $branch variable for Remote Branch.sublime-menu return origin/my_feature

Preferred solution

Could you provide separate variable for $remote and $remote_branch, so I can use something like this: git checkout -B $remote_branch $remote/$remote_branch

KindDragon avatar Nov 02 '22 15:11 KindDragon