Git - Add the ability to fetch a branch before it is checked out (#160181)

This commit is contained in:
Ladislau Szomoru
2022-09-15 16:04:37 +02:00
committed by GitHub
parent 624b02384e
commit e1c7285ab5
6 changed files with 50 additions and 5 deletions

View File

@@ -350,5 +350,6 @@ export const enum GitErrorCodes {
PatchDoesNotApply = 'PatchDoesNotApply',
NoPathFound = 'NoPathFound',
UnknownPath = 'UnknownPath',
EmptyCommitMessage = 'EmptyCommitMessage'
EmptyCommitMessage = 'EmptyCommitMessage',
BranchFastForwardRejected = 'BranchFastForwardRejected'
}