Git Cherry Pick Tutorial

86,555
0
Published 2022-12-19
Learning any Git technique can be this easy:
learngit.io/

Newsletter readers get my videos early: 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: www.themoderncoder.com/git-cherry-pick/

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
www.themoderncoder.com/wfh-nyc-desk-tour-2022/

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

#git #linux #learngit #programming #github

All Comments (21)