Answer the question
In order to leave comments, you need to log in
How to autoload submodules in github?
How to make sure that when downloading a repository from github, all its dependencies are downloaded? Those. all submodules?
I added git submodule add ... vendor/example
, made a commit, pushed it to github, everything is ok there, but when downloading the folder vendor/example
is empty, why is that?
PS git clone...
+ git submodule update --init
is ok too
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question