Created
October 25, 2018 11:22
-
-
Save gramcha/7ec35da2f2a2f7faa04e54bf783a9928 to your computer and use it in GitHub Desktop.
How do I add GIT submodule?
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
git submodule add https://github.com/<user>/reponame | |
#in case of older versions of git | |
git submodule update --init --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment