We\'re using git submodules to manage a couple of large projects that have dependencies on many other libraries we\'ve developed. Each library is a separate repo brought int
All you need to do now is a simple git checkout
git checkout
Just make sure to enable it via this global config: git config --global submodule.recurse true
git config --global submodule.recurse true