Git Load todos os submódulos
git submodule update --init --recursive
konard
git submodule update --init --recursive
# If you cloned without submodules, run this to update all submodules
git submodule update --init
# This will clone a repo with all submodules included
git clone --recurse-submodules
git clone --recurse-submodules
git clone --recurse-submodules <repo-url> .
#! Fetch and update submodules into an existing project
git submodule update --init --recursive