pub fn build_to_push( repo: &Repository, push_mode: &PushMode, baseref: &str, ref_with_options: &str, oid_to_push: Oid, base_oid: Oid, ) -> Result<Vec<PushRef>>