Skip to main content

Module worktree

Module worktree 

Source
Expand description

Worktree management for isolated task execution.

Worktrees provide isolated git working directories for parallel task execution without branch conflicts.

Structs§

WorktreeConfig
Worktree configuration.
WorktreeInfo
Information about a worktree.
WorktreeManager
Manager for git worktrees.
WorktreeStatus

Enums§

WorktreeError
Errors that can occur during worktree operations.

Type Aliases§

Result
Result type for worktree operations.