Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.95
git-init-test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected