Git Rebasing: Difference between revisions

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


Rebasing removes the commits that have been applied to the target branch from repository.
Rebasing removes the commits that have been applied to the target branch from repository.
=Practical Use Cases=
==Moving a Branch Forward==

Revision as of 16:45, 5 August 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.

Practical Use Cases

Moving a Branch Forward