Set Default "Create & Switch to Branch" #3575
Unanswered
anthonylavado
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the "+" button in the Branches side panel, I'm prompted for a branch name, and then given the option to create/create & switch/create in new worktree.
I always just want to create and switch. Is there any way to set that as the default action? Right now, if I turn off the confirmation step, it only ever creates and doesn't switch. If I use the command palette and use the built in VSCode
Git: Create Branch…
, it creates and switches as desired.On another note, is it possible to even remove the worktree option? I already have
gitlens.plusFeatures.enabled
set to false, yet this option still appears.Beta Was this translation helpful? Give feedback.
All reactions