Expand description
Git worktree manager — create and manage isolated workspaces.
Uses git worktree to create lightweight, isolated copies of the repository
for subagent work. Each worktree gets its own branch and can be independently
modified without affecting the main workspace.
Structs§
- Worktree
Info - Information about a git worktree.
- Worktree
Manager - Manages git worktrees for workspace isolation.