diff --git a/extensions/git/src/commands.ts b/extensions/git/src/commands.ts index 42178ef825d..f92f6951b8e 100755 --- a/extensions/git/src/commands.ts +++ b/extensions/git/src/commands.ts @@ -63,7 +63,7 @@ class CheckoutRemoteHeadItem extends CheckoutItem { //Just checkout the local branch await repository.checkout(trackings[0].local); } else { - // Default + // Default: checkout a new local branch tracking the upstream await repository.checkoutTracking(ref); } }