Git Rebasing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Git Concepts =Simple Rebasing= Only two branches are involved. =More Complex Rebasing= =Rewriting History=") |
|||
Line 2: | Line 2: | ||
* [[Git_Concepts#Rebasing|Git Concepts]] | * [[Git_Concepts#Rebasing|Git Concepts]] | ||
=Overview= | |||
Be aware that rebasing [[#Rewriting_History|rewrites history]]. | |||
=Simple Rebasing= | =Simple Rebasing= |
Revision as of 20:59, 30 July 2019
Internal
Overview
Be aware that rebasing rewrites history.
Simple Rebasing
Only two branches are involved.