Skip to content

Instantly share code, notes, and snippets.

@jasimmk
Last active August 29, 2015 14:06
Show Gist options
  • Save jasimmk/02c054b2a08ec6d62391 to your computer and use it in GitHub Desktop.
Save jasimmk/02c054b2a08ec6d62391 to your computer and use it in GitHub Desktop.
Git Submodule
# git submodule add https://github.com/mitsuhiko/flask-sphinx-themes.git flask-sphinx-theme
# git submodule add https://github.com/mitsuhiko/flask-sphinx-themes.git docs/_themes
[submodule "flask-sphinx-themes"]
path = flask-sphinx-themes
url = https://github.com/mitsuhiko/flask-sphinx-themes.git
[submodule "docs/_themes"]
path = docs/_themes
url = https://github.com/mitsuhiko/flask-sphinx-themes.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment