pub fn set_remote_url( repo_path: &Path, remote_name: &str, new_url: &str, ) -> Result<(), GitError>
Set the URL for an existing remote.