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