Created
September 17, 2011 05:59
-
-
Save bulain/1223670 to your computer and use it in GitHub Desktop.
git submodule
This file contains hidden or 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
# add submodule web-static | |
git submodule add [email protected]:bulain/web-static.git src/main/webapp/web-static | |
git submodule add [email protected]:bulain/migration.git src/migration | |
# fetch submodule from remote | |
git submodule init | |
git submodule update | |
git submodule foreach git pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment