MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected