blender/build_files/utils
Sergey Sharybin 931b832fb2 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>`.

Pull Request #105234
2023-02-27 10:58:58 +01:00
..
make_bpy_wheel.py Docs: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:23:05 +01:00
make_source_archive.py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
make_test.py Cleanup: quiet mypy type checking warnings 2023-01-31 14:22:24 +11:00
make_update.py Fix make update when local branch exists 2023-02-27 10:58:58 +01:00
make_utils.py Fix make update when local branch exists 2023-02-27 10:58:58 +01:00
README.md Add and update README.md files for CI script removal 2021-05-28 19:46:53 +02:00

Make Utility Scripts

Scripts used only by developers for now