I have a private repo in Gitlab and I would like to make its copy in bitbucket. I tried using Import a Repository
feature and it works fine. It however clones the parent project and not the submodules. I see the reference to the submodules in the imported parent project.
How do I clone the submodules?
Cheers!