Add with submodule
git submodule add <submodule>
cd <submodule>
git submodule update --init --recursive
Clone Repo with Submodules
after cloning a git repo with submodules
git submodule update --init --recursive
git submodule add <submodule>
cd <submodule>
git submodule update --init --recursive
after cloning a git repo with submodules
git submodule update --init --recursive