pub fn push_refs(
mut_repo: &mut MutableRepo,
subprocess_options: GitSubprocessOptions,
remote: &RemoteName,
targets: &GitPushRefTargets,
callback: &mut dyn GitSubprocessCallback,
options: &GitPushOptions,
) -> Result<GitPushStats, GitPushError>Expand description
Pushes the specified refs and updates the repo view accordingly.