Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

Demo for adding git submodules

Short demo on how paths from other repos can be used as git submodules.

git submodule add [email protected]:island-is/island.is.git libs/shared
cd shared
git sparse-checkout init --cone
git sparse-checkout set libs/shared