How to git clone
including submodules?
git clone --recursive https://github.com/tigranza/System.git
For already cloned repos, or older Git versions, just use:
git clone https://github.com/tigranza/System.git
cd System
git submodule update --init --recursive