pub fn add_remote( repo_path: &Path, remote_name: &str, remote_url: &str, ) -> Result<(), GitError>
Add a remote to the repository.