We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270cc6 commit 9aabec6Copy full SHA for 9aabec6
src/git/cli.ts
@@ -10,7 +10,7 @@ import { Repository } from "../api/git";
10
const exec = util.promisify(childProcess.exec);
11
12
/**
13
- * Run a `git` subcommand and return output.
+ * Run a `git` subcommand and return result with stdout and stderr available.
14
*/
15
function _execute(cwd: string, subcommand: string, options: string[] = []) {
16
const command = `git ${subcommand} ${options.join(" ")}`;
0 commit comments