This page looks best with JavaScript enabled

Add Submodule Git

 ·  ☕ 1 min read

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