git - Run Git Commands

NOTE: Most Git commands require a preceeding run in a labeled mode.

In addition to respecting ignore-type files such as .gitignores and displaying Git status markers, nomad implements the following Git commands:

TIP: I recommend taking a look at git status before looking at the other sections.

These commands are not meant to be a full replacement for the original Git commands yet! Git is a massive ecosystem, so I have not yet implemented these commands to support everything the original git counterpart is capable of. nomad's git commands work well if you need to do something basic with those Git commands, however.

All Git-related functionality is implemented via the git2 crate, which provides an API to Git.