blender/build_files
Sergey Sharybin f30c395a7c Fix make_update switching branches with multiple upstreams
If repository has multiple remotes with the same name of branch
checking out to the branch using simple `git checkout branch` exists
with an error: this is because there is ambiguity w.r.t which remote
to track.

Now the code explicitly provides remote to track, preferring to use
"origin" first (which is to be used for Blender style of workflow,
and Github style workflow when there is a fork available), and use
"upstream" if there is no origin.

Pull Request #105176
2023-02-24 17:08:46 +01:00
..
build_environment Revert "GPencil: Include UV information in simplify->sample modifier." 2023-02-20 11:20:07 +01:00
buildbot Cleanup: cmake formatting 2022-12-17 13:33:27 +11:00
cmake Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
config Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
package_spec Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
utils Fix make_update switching branches with multiple upstreams 2023-02-24 17:08:46 +01:00
windows Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00