Learn R Programming

ghclass (version 0.1.0)

repo_mirror_template: Mirror template repository

Description

repo_mirror_template mirrors the content of a source (template) repository to a new (not yet created) repository, or vector of repositories.

Usage

repo_mirror_template(template_repo, repo, private = TRUE)

Arguments

template_repo

Character. Address of template repository in owner/name format.

repo

Character. One or more repository addresses in owner/name format. Note when using template repos these new repositories must not already exist.

private

Logical. Should the new repository be private or public.