Revise some comments

This commit is contained in:
laphets
2018-10-20 11:19:22 +08:00
parent d24031bf45
commit 2e0a8c42df

View File

@@ -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);
}
}