Skip to content

GitRunner

GitRunner = (args) => Promise<string>

Defined in: src/update.ts:64

Runs git inside a fixed repo dir and returns stdout; injectable for tests.

string[]

Promise<string>