Editor Integration
Configure your editor command once:
worktree config codeEditor codeThen open any worktree quickly:
worktree open feature/add-bulk-actionsIf omitted, worktree open will show an interactive branch picker.
Similarly, if omitted, worktree checkout will show an interactive remote branch picker.
For non-VS Code editors, set codeEditor to the matching shell command.
Last updated on