We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a652e4 commit 1187eacCopy full SHA for 1187eac
src/env/node/git/git.ts
@@ -79,6 +79,7 @@ export const GitErrors = {
79
ambiguousArgument: /fatal:\s*ambiguous argument ['"].+['"]: unknown revision or path not in the working tree/i,
80
badRevision: /bad revision '(.*?)'/i,
81
cantLockRef: /cannot lock ref|unable to update local ref/i,
82
+ changesWouldBeOverwritten: /Your local changes to the following files would be overwritten/i,
83
commitChangesFirst: /Please, commit your changes before you can/i,
84
conflict: /^CONFLICT \([^)]+\): \b/m,
85
entryNotUpToDate: /error:\s*Entry ['"].+['"] not uptodate\. Cannot merge\./i,
0 commit comments