Skip to main content
Module

x/somefn/deno/git.ts>genGitPush

some functions for deno and browser
Latest
function genGitPush
import { genGitPush } from "https://deno.land/x/somefn@v0.1.1-jsr/deno/git.ts";

触发进行一条 Git push

外部依赖:

  1. git 命令.

Parameters

unnamed 0: { repoName: string; repoURI: string; sshPrivateKey: string; branch?: string; userName?: string; userEmail?: string; }

Returns

Promise<void>