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

FetchGitAheadBehindResponse

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

FetchGitAheadBehind response message.

interface FetchGitAheadBehindResponse {
commitsAhead?: number;
commitsBehind?: number;
}

§Properties

§
commitsAhead?: number
[src]

The number of commits in the remote branch that are not in the workspace.

§
commitsBehind?: number
[src]

The number of commits in the workspace that are not in the remote branch.