Recusively Checking Out Submodules
Easiest way to checkout submodules once you’ve already cloned the repository:
git submodule update --init --recursive
Source: Stack Overflow
Easiest way to checkout submodules once you’ve already cloned the repository:
git submodule update --init --recursive
Source: Stack Overflow