Git CHERRY PICK Tutorial

Опубликовано: 05 Октябрь 2024
на канале: The Modern Coder
116,215
2.9k

Learning any Git technique can be this easy:
https://learngit.io/

Newsletter readers get my videos early: https://newsletter.themoderncoder.com/

-----

What is Git cherry pick, and how do you use it? Cherry pick allows you to apply the changes introduced by one (or more) existing commits onto another branch. Cherry pick is similar to Git merge and rebase - but allows you to apply specific commits. In this tutorial I explain how to use Git cherry-pick, and illustrate the concepts with live animations. More: https://www.themoderncoder.com/git-ch...

CHAPTERS
0:00 Intro
0:30 Cherry pick vs merge vs rebase
0:55 Cherry pick example with a single commit
2:56 Cherry pick multiple commits
4:05 Cherry pick merge conflicts

MY TECH
https://www.themoderncoder.com/wfh-ny...

MUSIC CREDITS
https://uppbeat.io/t/danijel-zambo/st...
License code: MKSPZHWSMVNMSYST

#git #linux #learngit #programming #github