MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / _gitVersion

Method _gitVersion

lib/tasks/git-init.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 _gitVersion() {
38 return execa('git', ['--version']);
39 }
40
41 _gitInit() {
42 return execa('git', ['init']);

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected