-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
gitGIT issuesGIT issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
After creating a new local branch in a repo with two remotes named 'origin' and 'upstream', with 'origin' as the default remote, when I use the Push option from the SCM context menu I receive a warning message about my new local branch having no upstream branch. It seems to come from here:
vscode/extensions/git/src/commands.ts
Line 2132 in 94303f8
| const message = localize('confirm publish branch', "The branch '{0}' has no upstream branch. Would you like to publish this branch?", branchName); |
or here:
vscode/extensions/git/src/commands.ts
Line 2282 in 94303f8
| const message = localize('confirm publish branch', "The branch '{0}' has no upstream branch. Would you like to publish this branch?", branchName); |
Could it talk about no remote branch instead?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
gitGIT issuesGIT issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders