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