mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 12:51:00 +01:00
6bf1b8bbec
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