fgit_clone_from_url {fgitR} | R Documentation |
Git Clone by FastGit's URL
fgit_clone_from_url(fgit_url, target_dir, branch = NULL, verbose = TRUE)
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' |