Documentation Index
Fetch the complete documentation index at: https://docs.clawker.dev/llms.txt
Use this file to discover all available pages before exploring further.
clawker worktree add
Create a worktree for a branchSynopsis
Creates a git worktree for the specified branch. If the worktree already exists, the command will fail. If the branch exists but isn’t checked out elsewhere, it’s checked out in the new worktree. If the branch doesn’t exist, it’s created from the base ref (default: HEAD).Examples
Options
Options inherited from parent commands
See also
- clawker worktree - Manage git worktrees for isolated branch development