Skip to main content

Git.push()

Home > @backstage/backend-common > Git > push

Signature:

push(options: {
dir: string;
remote: string;
remoteRef?: string;
force?: boolean;
}): Promise<import("isomorphic-git").PushResult>;

Parameters

ParameterTypeDescription
options{ dir: string; remote: string; remoteRef?: string; force?: boolean; }

Returns:

Promise<import("isomorphic-git").PushResult>