Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DcheckRepositoryStatus.ts38 const stats = await Git.compareBranchesAsync(currentBranch, trackingBranch);
/expo/tools/src/
H A DGit.ts349 async compareBranchesAsync(a: string, b?: string): Promise<GitBranchesStats> { method in GitDirectory