I have multiple private repositories that I combine into 1 group repo where I pull the changes using submodules.
A person who has access to the group repo, but NOT to my private repos, cannot git submodule update --init --recursive
as they will get "access denied" error.
Is there a way to pull and push the whole content of the repositories, not just a path via submodule? To push the actuall files from the repo.