I have forked a repo on Github, another guy forked it too
I want to merge other-guy’s branch into my branch
How can I do it?
I have forked a repo on Github, another guy forked it too I want
Share
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.
I suppose you have the following Github repositories:
If you worked on your fork, you have a local clone clone of your own fork:
In order to work with the origin project (and the other fork), you have to add the corresponding remotes:
With theses remotes, you can get the remote information by fetching:
Finally, you can merge the work with yours: