create.fork {github}R Documentation

create a fork under the current user

Description

create a fork under the current user

Usage

create.fork(owner, repo, ..., ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

...

extra parameters. See http://developer.github.com/v3/repos/forks/#create-fork for details.

ctx

the github context object

Value

the new fork. Notice that forks happen asynchronously, so git objects will not be immediately accessible.


[Package github version 0.9.12 Index]