Skip to main content

git_clone

Function git_clone 

Source
pub async fn git_clone(
    git_url: &str,
    target_path: &Path,
    branch: Option<&str>,
    sha: Option<&str>,
) -> Result<(), PluginError>
Expand description

Clone a git repository to a target path