# `Minga.Git.BranchInfo`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga/git.ex#L33)

Structured information about a git branch.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
