Skip to content

Instantly share code, notes, and snippets.

@sgur
Created November 8, 2010 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgur/667588 to your computer and use it in GitHub Desktop.
Save sgur/667588 to your computer and use it in GitHub Desktop.
a alias to pull submodules
[alias]
uptodate = !git submodule foreach "git fetch;git checkout origin/master"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment