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 can I make it so downloading my repository from GitHub will also include the files from the submodule?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…