git submodule

Ispeziona, aggiorna e gestisce moduli secondari (submodule). Maggiori informazioni: https://git-scm.com/docs/git-submodule.

git submodule update --init --recursive

git submodule add {{url_repository}}

git submodule add {{url_repository}} {{percorso/della/directory}}

git submodule foreach git pull