Skip to content

Instantly share code, notes, and snippets.

@waffle2k
Created March 26, 2014 13:31
Show Gist options
  • Save waffle2k/9783180 to your computer and use it in GitHub Desktop.
Save waffle2k/9783180 to your computer and use it in GitHub Desktop.
Fetch all submodules
#!/bin/sh
# git-sub
git submodule foreach git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment