Interface RevParse

Options for the git rev-parse command.

interface RevParse {
    ref: string;
}

Properties

Properties

ref: string

The reference to parse.