Hello,
I was wondering whether Sublime Merge supports something like git checkout -
(this checks out the previous active branch).
E.g. if you’re on master
you can do git checkout feature-branch
, then a git checkout -
will get you back to master
(and another git checkout -
will get you again to feature-branch
).
It’s kind of analogous to cd -
and the directory stack, it’s handy when switching between master
and another branch
Can you do something like that with SM? Seemingly I couldn’t find any other thread on the topic …