Dashboard › sentry-api-schema › getsentry/cli PR branches must be rebas…
019de1e9-ce02-7f0f-b181-25636e00013a| Project | Hits | Last recalled |
|---|---|---|
| cli | 5 | 7d ago |
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.