Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
256
function
gitCommit(message) {
257
var
cmd =
'git commit -m "'
+ message +
'"'
;
258
var
msg =
'Commit files'
259
return
run(cmd, msg);
260
}
261
262
function
gitTag(name) {
263
var
cmd =
'git tag '
+ name;
Callers
1
main
Function · 0.85
Calls
1
run
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…