push_updates

Function push_updates 

Source
pub fn push_updates(
    git_repo: &Repository,
    remote_name: &str,
    updates: &[GitRefUpdate],
    callbacks: RemoteCallbacks<'_>,
) -> Result<(), GitPushError>