Git - fix discard changes when the repository does not have an initial commit (#169397)

This commit is contained in:
Ladislau Szomoru
2022-12-16 14:47:25 +01:00
committed by GitHub
parent cbf23d1500
commit c180a08350
3 changed files with 10 additions and 1 deletions

View File

@@ -352,5 +352,6 @@ export const enum GitErrorCodes {
UnknownPath = 'UnknownPath',
EmptyCommitMessage = 'EmptyCommitMessage',
BranchFastForwardRejected = 'BranchFastForwardRejected',
BranchNotYetBorn = 'BranchNotYetBorn',
TagConflict = 'TagConflict'
}