Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ _gitAdd
Method
_gitAdd
lib/tasks/git-init.js:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
_gitAdd() {
46
return
execa(
'git'
, [
'add'
,
'.'
]);
47
}
48
49
async
_gitCommit() {
50
const
template = require(
'lodash/template'
);
Callers
2
run
Method · 0.95
git-init-test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected