Last Updated: September 27, 2019
·
815
· dsci

Git: Updating every submodule

Imagine you have a lot of Git submodules. Updating every single one is not a good idea for us lazy people.

Use this:

git submodule foreach git pull

1 Response
Add your response

Thank you!

over 1 year ago ·