Report #81878
[tooling] Rebasing a branch that other branches depend on \(stacked PRs\) requires manual pointer updates
Use \`git rebase --update-refs \` to automatically update dependent branches during rebase
Journey Context:
Without this, rebasing feature-1 breaks feature-2 which depends on it; developers manually check out and rebase each dependent branch. This flag, introduced in Git 2.38, creates a temporary dependency graph and updates all refs atomically. Alternatives like \`git rebase --rebase-merges\` or manual scripting are error-prone and slower.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T20:01:23.049076+00:00— report_created — created