create-worktree
Last updated
Last updated
# Create feature worktree (default type)
> /git:create-worktree auth system
# Branch: feature/auth-system → ../myproject-auth-system
# Create fix worktree
> /git:create-worktree fix login error
# Branch: fix/login-error → ../myproject-login-error
# Create hotfix while feature work continues
> /git:create-worktree hotfix critical bug
# List existing worktrees
> /git:create-worktree --list