Mastering Git - Part 8: Cherry Picking | Ray Wenderlich

Cherry picking provides a way to grab single commits from other branches, and apply them to your own branch. Learn how to achieve this, and why you might want to in the next video in the Mastering Git video course.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4289-mastering-git/lessons/8

I just want to take a minute and say a huge THANKS for doing these two tutorials on GIT. They have demystified this tool for me and I’m now successfully using it to manage the CI pipeline from development to production in our shop. Besides that, I really appreciate the clarity and organization of the topic that you’ve done. It shows. Well done, Sam.

Don Babcock
Wake Forest Baptist Health

Thanks Don—really kind of you to say. And it’s really nice to hear that these courses are helpful to improving your developer workflow!

sam

This topic was automatically closed after 166 days. New replies are no longer allowed.