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
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