Minga.Git.BranchInfo (Minga v0.1.0)

Copy Markdown View Source

Structured information about a git branch.

Summary

Types

t()

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