Lines Matching refs:destination
61 const destination = options.to ?? currentBranch; constant
62 if (source === destination) {
74 chalk.blue(destination)
80 const mergeBase = await Git.mergeBaseAsync(source, destination);
83 toCommit: destination,
98 toCommit: destination,
154 destination
170 if (destination !== (await Git.getCurrentBranchNameAsync())) {
172 logger.log(chalk.bold(chalk.yellow(`git checkout ${destination}`)));
174 logger.info(`Checking out ${chalk.bold(chalk.blue(destination))} branch...`);
175 await Git.checkoutAsync(destination);