Home
last modified time | relevance | path

Searched refs:gitDirectory (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DGenerateBareApp.ts335 const gitDirectory = new GitDirectory(projectDir); constant
336 await gitDirectory.initAsync();
337 await gitDirectory.addFilesAsync(['.']);
338 await gitDirectory.commitAsync({ title: 'Initialized bare app!' });