Last active
October 26, 2015 23:32
-
-
Save alferov/e01b52d00420e200a727 to your computer and use it in GitHub Desktop.
Git recursive submodule update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git submodule update --init --recursive | |
git submodule foreach --recursive git fetch | |
git submodule foreach git merge origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment