Type alias GetDefaultRemoteBranchOptions

GetDefaultRemoteBranchOptions: GetDefaultRemoteOptions & {
    branch?: string;
}

Type declaration

  • Optional branch?: string

    Name of branch to use. If undefined, uses the default branch name (falling back to master).

Generated using TypeDoc