We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be4fc7 commit 4f67fa0Copy full SHA for 4f67fa0
web_src/js/features/repo-common.ts
@@ -62,7 +62,7 @@ function initCloneSchemeUrlSelection(parent: Element) {
62
scheme = 'https';
63
}
64
65
- // Fallbacks if the scheme preference is not available in the tabs.
+ // Fallbacks if the scheme preference is not available in the tabs, for example: empty repo page, there are only HTTPS and SSH
66
if (scheme === 'tea' && !tabTea) {
67
68
0 commit comments