MCPcopy
hub / github.com/gnab/remark / git

Function git

make.js:215–217  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

213}
214
215function git(cmd) {
216 return exec('git ' + cmd, { silent: true }).stdout;
217}
218
219function run(command, loud) {
220 const cmd = '"' + pwd() + '/node_modules/.bin/' + '"' + command;

Callers 1

make.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected