Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsLocationsRepositoriesWorkspacesFetchGitAheadBehindOptions

import type { ProjectsLocationsRepositoriesWorkspacesFetchGitAheadBehindOptions } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Additional options for Dataform#projectsLocationsRepositoriesWorkspacesFetchGitAheadBehind.

interface ProjectsLocationsRepositoriesWorkspacesFetchGitAheadBehindOptions {
remoteBranch?: string;
}

§Properties

§
remoteBranch?: string
[src]

Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.