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

PullGitCommitsRequest

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

PullGitCommits request message.

interface PullGitCommitsRequest {
author?: CommitAuthor;
remoteBranch?: string;
}

§Properties

§

Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace.

§
remoteBranch?: string
[src]

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