Git CHERRY PICK Tutorial
דרג סרטון זה
התחבר כדי לדרג
תיאור
If this visual learning style clicks for you, I built https://LearnGit.io to be a more complete curriculum focusing on how Git actually works, rather than memorizing commands.
No pressure, just wanted to get the word out. It's also free for students!
-----
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-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
https://www.themoderncoder.com/wfh-nyc-desk-tour-2022/
MUSIC CREDITS
https://uppbeat.io/t/danijel-zambo/stardust
License code: MKSPZHWSMVNMSYST
#git #linux #learngit #programming #github