useGitWorktrees property

bool useGitWorktrees
final

Whether to actually create git worktrees.

When false, the manager will create plain directories. Used by tests and non-git project roots.

Implementation

final bool useGitWorktrees;