SyntaxFix
Write A Post
Hire A Developer
Questions
You can use this command to clone your repo with all the submodules:
git clone --recursive YOUR-GIT-REPO-URL
Or if you have already cloned the project, you can use:
git submodule init git submodule update