An implementation of the SDK GitClient interface using node:child_process
module.
Type: object literal
Type: string
Default: origin
Type: string
Default: process.cwd()
const { SDK } = require("@abstracter/atomic-release");
const gitClient = new SDK.GitExecClient({ remote: "origin2", workingDirectory: "/some/absolute/path" });