Skip to content

Instantly share code, notes, and snippets.

@arkottke
Created February 25, 2021 16:53
Show Gist options
  • Save arkottke/479ec89d45aec6e966bb61986b3448c9 to your computer and use it in GitHub Desktop.
Save arkottke/479ec89d45aec6e966bb61986b3448c9 to your computer and use it in GitHub Desktop.
Updating git submodules
# 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