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.
← 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.