Learn

Glossary

Rebase

Replay your commits on top of a newer main so your branch is up to date before a tip.

Why this word exists

Main keeps moving while you cook. Rebase replays your commits on top of a newer main so your branch is current before a tip.

It is Git craft for a cleaner history — still human-driven, still not a deploy by itself.

Where you will meet it

How-to-tip notes may ask for rebase before opening a PR. Conflicts can appear; humans resolve them.

Examples

  • You rebase the glossary branch onto origin/main before Laser reviews.
  • Rebase then tip keeps the tip train from merging stale snapshots.
  • Rebase is not the same as merge, but both can end in a conflict pause.

Fetched 2026-09-23 CT.

Cookie preferences