class Git::Status

The status class gets the status of a git repository

This identifies which files have been modified, added, or deleted from the worktree. Untracked files are also identified.

The Status object is an Enumerable that contains StatusFile objects.

@api public