Introduction: Git Rebase

Overview of the upcoming chapter.

We'll cover the following

This chapter covers:

  • git rebase
  • What “fast-forward” means in Git

Rebasing#

Rebasing is one of the most commonly discussed advanced Git topics. In essence, it’s quite simple. But it can get very confusing to the uninitiated.

Fast-forwarding#

Fast-forwarding is another topic that can confuse the uninitiated.

In this chapter, you’re going to learn about rebasing and fast-forwarding

Challenge: Cherry-Picking
Outline of a Simple Rebase
Mark as Completed
Report an Issue