Skip to content

Workflow: Update submodule version

Aymeric Pellé edited this page May 15, 2022 · 2 revisions

Generic commands

git config -f .gitmodules submodule.MODULE.branch release/VERSION
git submodule update --remote

Example using core-0.8

git config -f .gitmodules submodule.core.branch release/0.8
git submodule update --remote
Clone this wiki locally