Lessons: 2Length: 4 minutes

Next lesson playing in 5 seconds

Cancel

Git Basics: Merge and Rebase

Introduction

00:31

Integrating source code changes from one Git branch to another can happen either through a merge or a rebase. Merging preserves the branch history, while rebasing doesn't.

In this Coffee Break Course, instructor Ed Wassermann will explain the difference between merge and rebase. You'll learn when to use one or the other and how they can both be used to roll changes from feature branches back to master.

Why not check out our Introduction to Git and GitHub or watch the other Coffee Break Courses in this series:

1.Git Basics: Merge and Rebase
2 lessons, 03:57

1.1
Introduction
00:31

1.2
Git Basics: Merge and Rebase
03:26