Skip to main content

One doc tagged with "rebase"

View all tags

git rebase — Replaying Commits

`git rebase` moves or replays a sequence of commits onto a new base. It rewrites commit history by creating **new commits** with the same changes but different.