Dashboardsentry-api-schemagetsentry/cli PR branches must be rebas…

getsentry/cli PR branches must be rebased onto main before review

Category: gotcha
Confidence: 0.90
ID: 019de1e9-ce02-7f0f-b181-25636e00013a
Project ID: 6c9a871d-74f1-447a-a3e8-d61a6564a1a1
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-08-06 12:05:45
Updated: 2026-08-06 12:05:45

Cross-Project Recalls

ProjectHitsLast recalled
cli 5 7d ago

Content

This repo moves fast — PRs forked from a base that is even a few commits behind main will show a massive diff (deletions of unrelated features) when compared against main. Always check git log origin/main..HEAD vs git diff origin/main...HEAD (three-dot) before reviewing or merging. A clean PR should diff to only its intended files. If not, rebase with git fetch origin && git rebase origin/main before pushing.

Move to: