This page looks best with JavaScript enabled

Add Submodule Git

 ยท  โ˜• 1 min read
    ๐Ÿท๏ธ
  • #git

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