Home
last modified time | relevance | path

Searched defs:currentBranch (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/commands/
H A DCherryPickCommand.ts56 const currentBranch = await Git.getCurrentBranchNameAsync(); constant
61 const destination = options.to ?? currentBranch; constant
/expo/tools/src/
H A DGit.ts161 const currentBranch = await this.getCurrentBranchNameAsync(); constant