What Does Git Cherry Pick Do, And When Should You Use It?

Share
  • August 5, 2021
git cherry-pick is a simple but powerful tool that allows you to selectively transfer commits from one branch to another. You can use it when you don’t want to merge an entire branch into master, but would still like to include changes from a feature branch.

Read This Article on CloudSavvy IT ›

Source : What Does Git Cherry Pick Do, And When Should You Use It?