Remove a worktree and optionally delete its branch
Removes a worktree and optionally deletes its branch with safety checks.
/plugin marketplace add iknite/claude-code-marketplace/plugin install worktree-context@iknite-cc-marketplace<branch-name> [--delete-branch]Remove the worktree for branch $1.
!git worktree list
git worktree remove worktree/$1--delete-branch or -d is in the arguments, also delete the branch: git branch -d $1