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.
You can choose the right cherry as you like, and bring them back to your repos, but make sure that

  • leave a comment in the discussion section of the bridge request
    • You only took 2 out of 5 commitments,
    • Contributor should reubish his work at the top of his newly updated master (which is now 2 Comits included), and the last (and hopefully fixed) 3 commitments Re-submission of the bridge request.

      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.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -