Skip to content

Instantly share code, notes, and snippets.

@yllieth
Last active August 29, 2015 14:06
Show Gist options
  • Save yllieth/748898f7f6b5f971d243 to your computer and use it in GitHub Desktop.
Save yllieth/748898f7f6b5f971d243 to your computer and use it in GitHub Desktop.
# declare new submodule
~/projets/dashboard$ git submodule add git@github.com:PredicSis/ui.git app/styles/ui
# Install a project with a submodule already defined
~/projets$ git clone git@github.com:yllieth/dashboard.git
~/projets/dashboard$ git submodule init
~/projets/dashboard$ git submodule update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment