# `Minga.Events.GitStatusEvent`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga/events.ex#L128)

Payload for `:git_status_changed` events. Published by `Git.Repo` when repo status changes.

# `t`

```elixir
@type t() :: %Minga.Events.GitStatusEvent{
  ahead: non_neg_integer(),
  behind: non_neg_integer(),
  branch: String.t() | nil,
  entries: [Minga.Git.StatusEntry.t()],
  git_root: String.t()
}
```

---

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