Skip to content

Instantly share code, notes, and snippets.

@edsilv
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save edsilv/5180dfa4a0f48f177d00 to your computer and use it in GitHub Desktop.

Select an option

Save edsilv/5180dfa4a0f48f177d00 to your computer and use it in GitHub Desktop.
Add theme submodule to UV
git submodule add git@github.com:UniversalViewer/new-theme.git src/themes/new-theme
@edsilv

edsilv commented Apr 25, 2015

Copy link
Copy Markdown
Author

If you get a "a git directory for ... is found locally" error, use --force:

git submodule add --force git@github.com: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