Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 163 Bytes

git-submodule.md

File metadata and controls

15 lines (9 loc) · 163 Bytes

git submodule

clone repo with submodules

git clone --recursive

fetch submodules in existing repo

git submodule update --init