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