Skip to content

Instantly share code, notes, and snippets.

@alferov
Last active October 26, 2015 23:32
Show Gist options
  • Save alferov/e01b52d00420e200a727 to your computer and use it in GitHub Desktop.
Save alferov/e01b52d00420e200a727 to your computer and use it in GitHub Desktop.
Git recursive submodule update
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