Type alias ListRemotesParams

ListRemotesParams: {
    dir: string;
    fs: FsClient;
    gitdir?: string;
}

Type declaration

  • dir: string

    The working tree directory path.

  • fs: FsClient

    A file system client.

  • Optional gitdir?: string

    The git directory path (default: {dir}/.git).

Generated using TypeDoc