Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DcheckRepositoryStatus.ts47 if (await Git.hasUnstagedChangesAsync()) {
/expo/tools/src/commands/
H A DCherryPickCommand.ts50 if (!options.dry && (await Git.hasUnstagedChangesAsync())) {
/expo/tools/src/
H A DGit.ts366 async hasUnstagedChangesAsync(paths: string[] = []): Promise<boolean> { method in GitDirectory