mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-14 07:54:36 +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