fgit_clone_from_url {fgitR} | R Documentation |
Git Clone by FastGit's URL
Description
Git Clone by FastGit's URL
Usage
fgit_clone_from_url(fgit_url, target_dir, branch = NULL, verbose = TRUE)
Arguments
fgit_url |
The repository's name from FastGit.org |
target_dir |
The output directory |
branch |
Clone from which branch. |
verbose |
Verbose logs. Default is 'TRUE' |
[Package fgitR version 0.2.0 Index]