seeraven / gitcache

Local cache for git repositories to speed up working with large repositories and multiple clones.
BSD 3-Clause "New" or "Revised" License
40 stars 8 forks source link

bugfix: Add recursive checkout functionality for git submodule update. #6

Closed seeraven closed 2 years ago

seeraven commented 2 years ago

This commit adds a recursive checkout functionality for the submodule update subcommand. This functionality was missing as discovered in issue #5.