Interface Repository

Bare minimum representation of a local Git clone.

interface Repository {
    localUri: string;
}

Properties

Properties

localUri: string

The FS URI of the local clone.