Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DcommitStagedChanges.ts37 await Git.commitAsync({
/expo/tools/src/
H A DGit.ts329 async commitAsync(options: GitCommitOptions): Promise<void> { method in GitDirectory
/expo/tools/src/commands/
H A DGenerateBareApp.ts338 await gitDirectory.commitAsync({ title: 'Initialized bare app!' });