Git Rebasing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:


=Rewriting History=
=Rewriting History=
Rebasing removes the commits that have been applied to the target branch from repository.

Revision as of 21:02, 30 July 2019

Internal

Overview

Be aware that rebasing rewrites history.

Simple Rebasing

Only two branches are involved.

More Complex Rebasing

Rewriting History

Rebasing removes the commits that have been applied to the target branch from repository.