Skip to main content

build_to_push

Function build_to_push 

Source
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>>