jj_lib::git

Function push_branches

Source
pub fn push_branches(
    mut_repo: &mut MutableRepo,
    git_repo: &Repository,
    remote_name: &str,
    targets: &GitBranchPushTargets,
    callbacks: RemoteCallbacks<'_>,
) -> Result<(), GitPushError>
Expand description

Pushes the specified branches and updates the repo view accordingly.