Skip to content

Instantly share code, notes, and snippets.

@jbanety
Created September 9, 2014 10:08
Show Gist options
  • Save jbanety/865a6bf80943bb9a3608 to your computer and use it in GitHub Desktop.
Save jbanety/865a6bf80943bb9a3608 to your computer and use it in GitHub Desktop.
Cloner un repo avec les submodules
Pour un nouveau repo :
git clone --recursive git://github.com/foo/bar.git
cd bar
Pour les repos déjà clonés :
git clone git://github.com/foo/bar.git
cd bar
git submodule update --init --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment