Represents an git command.
new
GitCommand(args?: CommandArgs,options?: CommandOptions,)
Represents the git CLI command.
The git module provides a simple way to execute git commands.
Represents an git command.
GitCommand(args?: CommandArgs,options?: CommandOptions,)
Represents the git CLI command.
Add Package
deno add @spawn/git
Import symbol
import { GitCommand } from "@spawn/git/command";
---- OR ----
Import directly with a jsr specifier
import { GitCommand } from "jsr:@spawn/git/command";
Add Package
npx jsr add @spawn/git
Import symbol
import { GitCommand } from "@spawn/git/command";
Add Package
yarn dlx jsr add @spawn/git
Import symbol
import { GitCommand } from "@spawn/git/command";
Add Package
pnpm dlx jsr add @spawn/git
Import symbol
import { GitCommand } from "@spawn/git/command";
Add Package
bunx jsr add @spawn/git
Import symbol
import { GitCommand } from "@spawn/git/command";