Enum representing the possible statuses of a change in a Git repository. Each status corresponds to a single character used in the output of git status.
git status
Enum representing the possible statuses of a change in a Git repository. Each status corresponds to a single character used in the output of
git status.