View Source GitHub.Codespace.GitStatus (GitHub REST API Client v0.3.1)

Provides struct and type for a Codespace.GitStatus

Link to this section Summary

Link to this section Types

@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
}