Git klon dengan subrepos

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