mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-22 14:55:55 +01:00
This handles the case when no local branch exists. You will get an error if a local branch with the same name already exists. Better behavior for this case can be implemented later. Fixes #54601