Search
Provides struct and type for a Codespace.GitStatus
@type t() :: %GitHub.Codespace.GitStatus{ __info__: map(), ahead: integer() | nil, behind: integer() | nil, has_uncommitted_changes: boolean() | nil, has_unpushed_changes: boolean() | nil, ref: String.t() | nil }