Clone git avec sous-repos

git clone --recurse-submodules -j8 git://github.com/foo/bar.git
cd bar
Thoughtful Toad