Clone a Git Repository

clone(github_user, repo, destination_path)

Arguments

destination_path

Path of the destination directory to which the repo will be cloned.

Value

Cloned repo in the path of destination_path/repo name if the directory does not exist. Otherwise an error is thrown.