Git Rebasing: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* [[Git_Concepts#Rebasing|Git Concepts]] | * [[Git_Concepts#Rebasing|Git Concepts]] | ||
* [[git rebase]] | * [[git rebase]] | ||
* [[Git_Concepts#Rewriting_History|Rewriting History]] | |||
=Overview= | =Overview= |
Revision as of 21:40, 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.