diff --git a/src/commands/git/worktree.ts b/src/commands/git/worktree.ts index 54efeca..880b518 100644 --- a/src/commands/git/worktree.ts +++ b/src/commands/git/worktree.ts @@ -608,7 +608,7 @@ export class WorktreeGitCommand extends QuickCommand { [ createFlagsQuickPickItem( state.flags, - [], + isRemoteBranch ? ['-b'] : [], { label: isRemoteBranch ? 'Create Local Branch and Worktree' : context.title, description: ' in subfolder',