pub fn push_updates(
repo: &dyn Repo,
subprocess_options: GitSubprocessOptions,
remote_name: &RemoteName,
updates: &[GitRefUpdate],
callback: &mut dyn GitSubprocessCallback,
) -> Result<GitPushStats, GitPushError>Expand description
Pushes the specified Git refs without updating the repo view.