Thursday 5 August 2021

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


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 ›



from How-To Geek https://ift.tt/3yxBDPu

No comments:

Post a Comment