michaelp0730
4/15/2020 - 3:50 PM

Git Cherry Pick Range

You can cherry-pick ranges (like all of the commits in PR for example) with git cherry-pick master..abcdef (where abcdef is the last commit in the PR).

git cherry-pick master..abcdef