Commit Replay

Back to Rebase

During rebase, each commit from the current branch is reapplied on top of the target branch. This creates new commits with new hashes but identical changes. If conflicts occur, they must be resolved per-commit.

property git commit-replay