MCPcopy
hub / github.com/remy/nodemon / commit

Function commit

lib/version.js:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89function commit() {
90 return command('git rev-parse HEAD');
91}
92
93function branch() {
94 return command('git rev-parse --abbrev-ref HEAD');

Callers 1

versionFunction · 0.85

Calls 1

commandFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…