method GitOperations.prototype.runCommand
GitOperations.prototype.runCommand(cmd: string[]): Promise<string>

Run a git command and return the output

Parameters

cmd: string[]

Return Type

Promise<string>

Usage

import { GitOperations } from ".";