Last Updated: February 25, 2016
·
438
· thinkclay

git submodules recursively

It's a really annoying thing to have to deal with submodules in git.. this command will make a one liner that will always get your submodules recursively.. Set it to an alias in your bash_profile to make life super easy!

git submodule update --init --recursive