Skip to content

Track "master" in all submodules

This tracks all submodules by their master branch instead of a fixed revision.

Created with:

git submodule foreach 'git checkout master'
git submodule foreach 'git pull'

Merge request reports

Loading