Class: Status

Class Name Status
Superclass Object
File src/models/status.coffee

Description

Represents the git status for the whole repository.

::constructor(raw, repo)

Constructs a new instance of Status.

Argument Description
raw The raw porcelain status as String.
repo The repository as PromisedGit.