I have a GitHub repository and use another project as a submodule. This submodule is also in .gitmodules
, the code below:
[submodule "inc/tha"]
path = inc/tha
url = git://github.com/zamoose/themehookalliance.git
See also in view on GitHub.
How is it possible to download my GitHub repository, including the submodule files?