github how to recrusively clonbe a branch of submodule code example
Example 1: git load all submodules
git submodule update --init --recursive
Example 2: Fetch submodules recursively
#! Fetch and update submodules into an existing project
git submodule update --init --recursive