Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/somefn/deno/git.ts>genGitPush

some functions for deno
Go to Latest
function genGitPush
import { genGitPush } from "https://deno.land/x/somefn@v0.24.1/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>