Skip to content

Instantly share code, notes, and snippets.

@edsilv
Last active August 29, 2015 14:16
Show Gist options
  • Save edsilv/5180dfa4a0f48f177d00 to your computer and use it in GitHub Desktop.
Save edsilv/5180dfa4a0f48f177d00 to your computer and use it in GitHub Desktop.
Add theme submodule to UV
git submodule add [email protected]:UniversalViewer/new-theme.git src/themes/new-theme
@edsilv
Copy link
Author

edsilv commented Apr 25, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment