Last active
August 29, 2015 14:06
-
-
Save yllieth/748898f7f6b5f971d243 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# declare new submodule | |
~/projets/dashboard$ git submodule add [email protected]:PredicSis/ui.git app/styles/ui | |
# Install a project with a submodule already defined | |
~/projets$ git clone [email protected]: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