-
Notifications
You must be signed in to change notification settings - Fork 35
Home
Aiekick edited this page Apr 5, 2021
·
9 revisions
Update all submodules and set to master : Found here
git submodule init
git submodule update
git submodule foreach 'git fetch origin; git checkout $(git rev-parse --abbrev-ref HEAD); git reset --hard origin/$(git rev-parse --abbrev-ref HEAD); git submodule update --recursive; git clean -dfx'