Expand description
Git worktree backend implementation.
Implements WorkspaceBackend using git worktree for workspace
isolation. Each workspace is a detached worktree under ws/<name>/.
Structs§
- GitWorktree
Backend - A workspace backend implementation using
git worktree.
Enums§
- GitBackend
Error - Errors from the git worktree backend.