Created
January 27, 2011 06:48
-
-
Save uniomni/798173 to your computer and use it in GitHub Desktop.
Submodules example
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
Example: Including an existing repository as a submodule | |
git add [email protected]:uniomni/riab_server.git submodules/riab_server | |
# These seem to be only necessary after a fresh clone of the super project | |
cd submodules/riab_server | |
git submodule init | |
git submodule update | |
# Here's a great example going through submodules: | |
http://woss.name/2008/04/09/using-git-submodules-to-track-plugins/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment