pub fn remove_git_repo(repo_name: &str) -> Result<(), Error>
Removes a cloned git repository.
Returns an error if the repository is not found or cannot be removed.