Skip to content

Instantly share code, notes, and snippets.

@srushti
Created March 12, 2012 13:37
Show Gist options
  • Save srushti/2021967 to your computer and use it in GitHub Desktop.
Save srushti/2021967 to your computer and use it in GitHub Desktop.
git submodule update --init --recursive
1 had submodule 2
2 had submodule 3
3 had submodule 4
/private/tmp/1 (master)ϡ git submodule update --init --recursive
Submodule '2' (/tmp/2) registered for path '2'
Cloning into 2...
done.
Submodule path '2': checked out 'c6999fa7653c086ac27b5697671b6dfda7412f8f'
Submodule '3' (/tmp/3) registered for path '3'
Cloning into 3...
done.
Submodule path '3': checked out '8e55fe7db142e27e17a432986c9cdb487118888d'
Submodule '4' (/tmp/4) registered for path '4'
Cloning into 4...
done.
Submodule path '4': checked out '5b98677f503907a2704fc3d35abf2267f9f4698a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment