Is it possible or recommended to add as a git subtree, a project that has .gitmodule dependencies(It was meant to be used with git submodule)?
If yes, is there a command to download recursively when adding git subtree?
This is different than the git submodule project nested in another git submodule project because it's a git submodule project nested in a git subtree project.