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

Function gitCheckout

tools/release.js:284–288  ·  view source on GitHub ↗
(branch)

Source from the content-addressed store, hash-verified

282}
283
284function gitCheckout(branch) {
285 var cmd = 'git checkout ' + branch;
286 var msg = 'Checkout branch ' + branch;
287 return run(cmd, msg);
288}
289
290function npmPublish() {
291 if (config.noPush) return;

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…