In GitHub, I have two branches working and master branch. Now I wanted to merge specific revision of working branch to the master branch.
Can somebody explain me how I can do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you cannot directly do that on the GitHub (remote) side, you can:
rebase --onto) between your two branches (fromworkingtomaster)masterbranch to GitHub