MCPcopy
hub / github.com/kimmobrunfeldt/progressbar.js / gitCommit

Function gitCommit

tools/release.js:256–260  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

254}
255
256function gitCommit(message) {
257 var cmd = 'git commit -m "' + message + '"';
258 var msg = 'Commit files'
259 return run(cmd, msg);
260}
261
262function gitTag(name) {
263 var cmd = 'git tag ' + name;

Callers 1

mainFunction · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…