Last active
August 29, 2015 14:16
-
-
Save edsilv/5180dfa4a0f48f177d00 to your computer and use it in GitHub Desktop.
Add theme submodule to UV
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
git submodule add [email protected]:UniversalViewer/new-theme.git src/themes/new-theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you get a "a git directory for ... is found locally" error, use --force:
git submodule add --force [email protected]:UniversalViewer/new-theme.git src/themes/new-theme