Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/release_up/src/git.ts>git

🌱 Automate releases with breeze
Go to Latest
function git
import { git } from "https://deno.land/x/release_up@0.6.0/src/git.ts";

Parameters

repo: string
args: string[] | string

Returns

Promise<[Deno.ProcessStatus, string, string]>