wt switchinteractive picker
wt switch <branch>switch to worktree
wt switch -c <branch>create new branch + worktree
wt switch -c <b> -b <base>create from specific base
wt switch -previous worktree
wt switch ^default branch worktree
wt switch pr:123switch to PR branch
wt listlist worktrees and status
wt removeremove current worktree
wt remove <branch>remove specific worktree
wt mergesquash, rebase, ff, remove
wt merge --no-squashmerge preserving commits
wt step commitstage + commit with LLM msg
wt step rebaserebase onto target
wt step diffshow changes since branching
wt step pruneremove merged worktrees