Function push_updates

Source
pub fn push_updates(
    repo: &dyn Repo,
    git_settings: &GitSettings,
    remote_name: &RemoteName,
    updates: &[GitRefUpdate],
    callbacks: RemoteCallbacks<'_>,
) -> Result<GitPushStats, GitPushError>
Expand description

Pushes the specified Git refs without updating the repo view.