jemnotesversion 2 / featuring this entry or see all/search

Mar 7
Attach a certain remote repository within another git repository using
git submodule add /path/to/remote local_name
then, after cloning this new repository-with-a-submodule, tack on a few more steps, like this:
git clone /path/to/repo-with-submod
cd repo-with-submod
git submodule init
git submodule update