Skip to content

Instantly share code, notes, and snippets.

@Victa
Created March 27, 2012 13:39
Show Gist options
  • Save Victa/2215952 to your computer and use it in GitHub Desktop.
Save Victa/2215952 to your computer and use it in GitHub Desktop.
update all submodules to the latest version
git submodule foreach git pull origin master && git commit -am 'Update submodules' && git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment