git submodule

Inspecter, mettre à jour et manager des sous-modules. Plus d'informations : https://git-scm.com/docs/git-submodule.

git submodule update --init --recursive

git submodule add {{repository_url}}

git submodule add {{repository_url}} {{chemin/vers/repertoire}}

git submodule foreach git pull