add_remote

Function add_remote 

Source
pub fn add_remote(
    mut_repo: &mut MutableRepo,
    remote_name: &RemoteName,
    url: &str,
    fetch_tags: Tags,
    bookmark_expr: &StringExpression,
) -> Result<(), GitRemoteManagementError>