pub fn clone_remote(
    repo_url: &str,
    target_dir: impl AsRef<Path>
) -> Result<Output>
Available on crate feature project-util only.
Expand description

Clones a remote repository into the specified directory.