I'm trying to clone a specific branch of a repository with several git submodules, and having no luck with actually cloning them. I'm trying:
git clone --recurse-submodules --branch myBranch -j8 https://github.com/me/myrepo
But, all the submodule folders are empty, even after cloning start.
Also trying git submodule update
, git submodule sync
...but nothing works, and I'm out of ideas.