repo_mirror_template
mirrors the content of a source (template) repository to a new (not yet created)
repository, or vector of repositories.
repo_mirror_template(template_repo, repo, private = TRUE)
Character. Address of template repository in owner/name
format.
Character. One or more repository addresses in owner/name
format.
Note when using template repos these new repositories must not already exist.
Logical. Should the new repository be private or public.