Expand description
Worktree management for isolated task execution.
Worktrees provide isolated git working directories for parallel task execution without branch conflicts.
Structs§
- Worktree
Config - Worktree configuration.
- Worktree
Info - Information about a worktree.
- Worktree
Manager - Manager for git worktrees.
- Worktree
Status
Enums§
- Worktree
Error - Errors that can occur during worktree operations.
Type Aliases§
- Result
- Result type for worktree operations.