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 8c46392 commit a3412a2Copy full SHA for a3412a2
src/env/node/git/git.ts
@@ -80,7 +80,7 @@ export const GitErrors = {
80
ambiguousArgument: /fatal:\s*ambiguous argument ['"].+['"]: unknown revision or path not in the working tree/i,
81
badRevision: /bad revision '(.*?)'/i,
82
cantLockRef: /cannot lock ref|unable to update local ref/i,
83
- changesWouldBeOverwritten: /error:\s*Your local changes to the following files would be overwritten/i,
+ changesWouldBeOverwritten: /Your local changes to the following files would be overwritten/i,
84
commitChangesFirst: /Please, commit your changes before you can/i,
85
conflict: /^CONFLICT \([^)]+\): \b/m,
86
entryNotUpToDate: /error:\s*Entry ['"].+['"] not uptodate\. Cannot merge\./i,
0 commit comments