Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 245 Bytes

submodules.md

File metadata and controls

15 lines (11 loc) · 245 Bytes

Git Submodules

Add git submodule

git submodule add https://github.com/rprouse/library.git

Cloning repositories with submodules

git clone https://github.com/rprouse/repo.git
git submodule init
git submodule update