Git Cherry Pick Quick Steps & Overview

Nauman Tariq
2 min readMay 5, 2022

There’s a quick patch you need to deploy. However, there are many other commits on your develop branch, which you may not want to release immediately or they might belong to a major release

To merge your commits into the master/main branch, cherry pick your commits

Few simple steps

  1. First update your develop branch (this is where you merge all…

--

--