I want to duplicate a repository, that also has a submodle - which is it's own repository.
When I duplicate the top-level repository (using the method described in GitHub's help pages), only the top repository is duplicated, and the submodule is still linked to the original repository.
However, I want to (temporarily) make both repositories private and thus be able to edit both as full duplicates.
How can I do that?