Function jujutsu_lib::git::push_commit
source · pub fn push_commit(
git_repo: &Repository,
target: &Commit,
remote_name: &str,
remote_branch: &str,
force: bool,
callbacks: RemoteCallbacks<'_>
) -> Result<(), GitPushError>