Note to self:
Clone git repository with its submodules:
git clone mycoolgitrepo --recursive
Dang it, forgot the --recursive
flag!
git submodule update --init --recursive
Via Stack Overflow, of course.
Note to self:
Clone git repository with its submodules:
git clone mycoolgitrepo --recursive
Dang it, forgot the --recursive
flag!
git submodule update --init --recursive
Via Stack Overflow, of course.