Cherry Picking a range of commits in Git
Git’s cherry-pick command allows you to specify a range of commits to be cherry-picked onto the current branch. This can be done with the A123..B234 style syntax – where A123 is the oldest commit in the range. Consider a scenario with the following chain of commits on my-feature-branch: commit A123…