Git rebase

From NovaOrdis Knowledge Base
Revision as of 21:01, 30 July 2019 by Ovidiu (talk | contribs)
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