Create isolated git worktree
worktreeskillsetup L2★13
nudgebee/nudgebee ↗What it does
Create git worktree from target branch
Best for
When you need isolated branches without stashing or checking out locally.
Inputs
- · [object Object]
Outputs
- · [object Object]
Requires
- · git
Preconditions
- · Git repo
- · Source branch exists
Failure modes
- · Branch not found
- · Worktree name taken
- · Ref ambiguous
Trust signals
- · Single purpose
- · Git standard
- · Fast