Learn R Programming

ghclass (version 0.1.0)

branch_create: Create branch

Description

branch_create creates a new branch from an existing git repo.

Usage

branch_create(repo, cur_branch = "master", new_branch)

Arguments

repo

github repository address in owner/repo format

cur_branch

name of existing branch

new_branch

name of branch to create