Options for the git fetch command.

interface Fetch {
    remote?: string;
}

Properties

Properties

remote?: string

The name of the remote to fetch from. If not given, then the default remote will be used. Defaults to the origin.