Skip to main content

remove_git_repo

Function remove_git_repo 

Source
pub fn remove_git_repo(repo_name: &str) -> Result<(), Error>
Expand description

Removes a cloned git repository.

ยงErrors

Returns an error if the repository is not found or cannot be removed.