Types
WorktreePreparationOverallState
Derived overall state for a worktree.
enum
WorktreePreparationOverallStateValues
NOT_CONFIGURED
The repository has no preparation definitions.
PENDING
At least one current definition has not been applied.
APPLIED
Every applicable definition is applied.
UNDONE
At least one definition has been explicitly undone.
DRIFTED
At least one managed path has drifted.
SUSPENDED
Preparation state is suspended while Git conflict work is active.
NOT_APPLICABLE
No configured definition currently applies to this worktree.
ERROR
At least one preparation result is an error.
UNKNOWN
The aggregate preparation state is not known.