Skip to content

Instantly share code, notes, and snippets.

@chrisforbes
Created October 2, 2009 09:47
Show Gist options
  • Save chrisforbes/199590 to your computer and use it in GitHub Desktop.
Save chrisforbes/199590 to your computer and use it in GitHub Desktop.
:: recursively grab submodules in git.
@call git submodule init
@call git submodule update
@call git submodule foreach cmd /k update-rec.cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment