pub async fn force_push_branch(repo_dir: &Path, branch: &str) -> Result<()>
Force-push a branch to origin using --force-with-lease for safety.
--force-with-lease
Used after rebasing a pipeline branch onto the updated base branch.