Function add_remote

Source
pub fn add_remote(
    git_repo: &Repository,
    remote_name: &str,
    url: &str,
) -> Result<(), GitRemoteManagementError>