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

Git backend that shells out to the `git` CLI.

This is the default (production) implementation of `Minga.Git.Backend`.
Every function spawns a short-lived OS process through a timeout-bounded helper.

---

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