In this video we go through a simple release/dev/hotfix branching strategy based on git-cherry-pick and then show an alternative approach using a basic "Git Flow" branching strategy. This (technically) better approach reduces commit duplication for hotfixes making your repo history cleaner and more efficient on disk.
If you aren't familiar with 'git cherry-pick' or how git branches work, you may get confused. See these videos for getting up to speed on those topics:
Introduction to Git Cherry-Pick: https://youtu.be/-ndmel-4wsk
Git branches aren't branches: https://youtu.be/zcaeZHmMjUI
If you are looking for an effective concise introduction to Git, I highly recommend my "Fundamentals of Git" course on Udemy: https://www.udemy.com/course/fundamentals-of-git/?referralCode=29A4F0806FACFFF594B2
If you or your company is interested in live virtual software and tools training, see https://www.continuoustech.net/training/ for a list of training topics we offer.
Download
0 formats
No download links available.
034 Avoid Multiple Cherry-Picks using Git Flow | NatokHD