Function jj_lib::git::push_updates

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

Pushes the specified Git refs without updating the repo view.