MCPcopy 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

runMethod · 0.95
git-init-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected