Git rebase

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

git rebase reapplies commits on top of another base tip, removing the original commits. For more details on how rebasing works, and some concrete examples, see:

Git Rebasing