Databricks SDK for JavaScript
    Preparing search index...
    interface GetRepoResponse {
        branch?: string;
        gitCliEnabled?: boolean;
        headCommitId?: string;
        id?: bigint;
        path?: string;
        provider?: string;
        sparseCheckout?: SparseCheckout;
        url?: string;
    }
    Index

    Properties

    branch?: string

    Branch that the local version of the repo is checked out to.

    gitCliEnabled?: boolean

    Whether the Git CLI is enabled for this Git folder (repo). When true, Git commands can be run directly against this Git folder using the Git CLI.

    headCommitId?: string

    SHA-1 hash representing the commit ID of the current HEAD of the repo.

    id?: bigint

    ID of the Git folder (repo) object in the workspace.

    path?: string

    Path of the Git folder (repo) in the workspace.

    provider?: string

    Git provider of the linked Git repository, e.g. gitHub, azureDevOpsServices, bitbucketServer (Bitbucket Data Center), gitLabEnterpriseEdition (GitLab Self-Managed), or awsCodeCommit (deprecated).

    sparseCheckout?: SparseCheckout

    Sparse checkout settings for the Git folder (repo).

    url?: string

    URL of the linked Git repository.