Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 549 Bytes

092_git_submodules.md

File metadata and controls

17 lines (13 loc) · 549 Bytes

Submodules: Integration of third-party repos into another repo

Mastering Submodules

Clone repository with submodules automatically: Note: neteye run_setup.sh initializes submodules.

git clone --recursive [email protected]:name/repo.git

Add new submodules

Register a new submodule: Example done for icinga2-powershell-module

git submodule add https://github.com/Icinga/icinga2-powershell-module monitoring/agents/microsoft/icinga/icinga2-powershell-module