Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DCherryPickCommand.ts183 const commitHashes = commitsToCherryPickOrdered.map((commit) => commit.hash); constant
185 logger.log(chalk.bold(chalk.yellow(`git cherry-pick ${commitHashes.join(' ')}`)));
187 logger.info(`Running ${chalk.yellow(`git cherry-pick ${commitHashes.join(' ')}`)}`);
190 await Git.cherryPickAsync(commitHashes, { inheritStdio: true });