Function jj_lib::git::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.