Function clone_git_repo

Source
pub async fn clone_git_repo(
    git_cmd: Option<String>,
    tmp_dir: impl AsRef<Path>,
    repo_url: String,
    sub_folder: Option<String>,
    repo_ref: Option<RepoRef>,
) -> Result<()>
Expand description

Clone a git repository