mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Revise some comments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user