Local git state for a workspace.
Summary
Functions
The checked-out HEAD of this workspace.
A unique identifier for this WorkspaceGit.
Uncommitted changes in this workspace, using the same rules as GitRepository.uncommitted.
Types
Functions
@spec head(t()) :: Dagger.GitRef.t()
The checked-out HEAD of this workspace.
A unique identifier for this WorkspaceGit.
@spec uncommitted(t()) :: Dagger.Changeset.t()
Uncommitted changes in this workspace, using the same rules as GitRepository.uncommitted.