Structured information about a git branch.
Summary
Types
@type t() :: %Minga.Git.BranchInfo{ ahead: non_neg_integer() | nil, behind: non_neg_integer() | nil, current: boolean(), name: String.t(), remote: boolean(), upstream: String.t() | nil }
Structured information about a git branch.
@type t() :: %Minga.Git.BranchInfo{ ahead: non_neg_integer() | nil, behind: non_neg_integer() | nil, current: boolean(), name: String.t(), remote: boolean(), upstream: String.t() | nil }