Fix make update when local branch exists #105234

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:make_update_branch into blender-v3.5-release 2023-02-27 10:59:10 +01:00

1 Commits

Author SHA1 Message Date
Sergey Sharybin 48ab12ea77 Fix `make update` when local branch exists
Apparently `git checkout -t` is only allowed to happen for new branches.
Added a code which checks whether the branch already exists and it so
uses the `git checkout <branch>`.
2023-02-27 10:46:14 +01:00