JGithubForks::create
Method to fork a repository.
Signature
public function create(string
$user,
[string
$repo = '',
[string
$org = '']] )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$org
- The organization to fork the repo into. By default it is forked to the current user.