sublime_merge
sublime_merge copied to clipboard
Additional variables for `Remote Branch.sublime-menu`
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