WEEK 7 · LESSON 10 · TOPIC 1 OF 8 · Core Idea

Core Idea

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Rebase updates a branch by changing its base and replaying its commits on top of another branch's newer commits.

It is an alternative to bringing one branch into another through a merge commit. The project content can be brought up to date while the commit history is arranged as a cleaner, more linear sequence.