Le 11/06/2014 15:51, Brad Jorsch (Anomie) a écrit :
- require to fully clone each repositories
Couldn't you do a shallow clone, if the disk space or bandwidth is a concern?
The git submodule add|update subcommands support --depth to produce shallow clone.
The commit: https://github.com/git/git/commit/275cd184d
Introduced in git v1.8.4 ( git tag --contains 275cd184 )
So yeah that would save up time/bandwith/disk.