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

PushGitCommitsRequest

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

PushGitCommits request message.

interface PushGitCommitsRequest {
remoteBranch?: string;
}

§Properties

§
remoteBranch?: string
[src]

Optional. The name of the branch in the Git remote to which commits should be pushed. If left unset, the repository's default branch name will be used.