How to cherry pick 2 out of 5 commits of a pull request on GitHub? -
I'm new to GitHub. Someone submitted a bridge request with 5 commits; 3 of them have a slight bug, though , So have to wait. How can I choose between 2 of them for my project?
The ideal solution is to leave a comment
The second solution, from the page " To apply for the PR "(Request Bridges) to re-submit your bridge request with only 2 commands, you must send the Contributor to" Merge locally on your local clone, In a dedicated branch. This is similar to the first option, except that you do not have to wait for the fix: you can test and push locally, what you want.
You can choose the right cherry as you like, and bring them back to your repos, but make sure that
Comments
Post a Comment