Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DCherryPickCommand.ts190 await Git.cherryPickAsync(commitHashes, { inheritStdio: true });
/expo/tools/src/
H A DGit.ts341 async cherryPickAsync(commits: string[], options: GitCherryPickOptions = {}): Promise<void> { method in GitDirectory