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
I often use this commands, it works so far.
git pull git submodule foreach --recursive git checkout master git submodule foreach --recursive git pull
Hope this faster.