Git Rebase Explained

Опубликовано: 23 Январь 2022
на канале: Train To Code
621
29

An in depth look at rebasing in git including how it actually works and why it is nothing to be scared of

00:00 Introduction
00:46 A Commit Graph
02:08 Rebasing vs Merging
02:59 How Rebasing Works
03:30 Exercise: Immutable Commits
05:40 Creating New Commits
06:58 What is a Branch?
08:01 Pushing After Rebase
09:06 Conclusion