pub fn push_updates(
repo: &dyn Repo,
git_repo: &Repository,
remote_name: &str,
updates: &[GitRefUpdate],
callbacks: RemoteCallbacks<'_>,
) -> Result<(), GitPushError>
Expand description
Pushes the specified Git refs without updating the repo view.