Skip to content

Instantly share code, notes, and snippets.

@jeffreyroberts
Created September 24, 2013 06:11
Show Gist options
  • Save jeffreyroberts/6680952 to your computer and use it in GitHub Desktop.
Save jeffreyroberts/6680952 to your computer and use it in GitHub Desktop.
Recursively checkout branch for submodules
git submodule foreach --recursive git checkout master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment