Skip to main content

Module worktree

Module worktree 

Source
Expand description

Git worktree management for isolated agent workspaces.

Mirrors opendev/core/git/worktree.py.

Provides WorktreeManager for creating, listing, removing, and cleaning up git worktrees. Each worktree gives an agent an isolated checkout where it can make changes without interfering with other sessions.

Structs§

WorktreeInfo
Information about a single git worktree.
WorktreeManager
Manages git worktrees for a project.

Enums§

WorktreeError