Git Rebasing: Difference between revisions

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


* [[Git_Concepts#Rebasing|Git Concepts]]
* [[Git_Concepts#Rebasing|Git Concepts]]
* [[git rebase]]


=Overview=
=Overview=

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.