Git Pull Request for Specific Commits
- Sep 10, 2022
- 94
- 62
Using cherry-pick to select specific commits for your Pull Request.1. Create a new branch based on the target of the Pull Requestgit branch cherry-branch origin/master2. Switch to a new branchgit chec ...