Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DpushCommittedChanges.ts23 await Git.pushAsync({ track: currentBranch });
/expo/tools/src/
H A DGit.ts211 async pushAsync(options: GitPushOptions): Promise<void> { method in GitDirectory