Created
February 25, 2021 16:53
-
-
Save arkottke/479ec89d45aec6e966bb61986b3448c9 to your computer and use it in GitHub Desktop.
Updating git submodules
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
# First time only, init everything | |
git submodule update --init --recursive | |
# For git >1.8.2 | |
git submodule update --recursive --remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment