Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8057161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:56:13+00:00 2026-06-05T08:56:13+00:00

I have forked a repo on Github, another guy forked it too I want

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T08:56:15+00:00Added an answer on June 5, 2026 at 8:56 am

    I suppose you have the following Github repositories:

    • http://www.github.com/mainuser/mainrepo.git (the origin project)
    • http://www.github.com/you/yourfork.git (your fork)
    • http://www.github.com/other/anotherfork.git (another fork)

    If you worked on your fork, you have a local clone clone of your own fork:

    git clone git@github.com:you/yourfork.git
    

    In order to work with the origin project (and the other fork), you have to add the corresponding remotes:

    git remote add upstream http://www.github.com/mainuser/mainrepo.git
    git remote add fork http://www.github.com/other/anotherfork.git
    

    With theses remotes, you can get the remote information by fetching:

    git fetch upstream
    git fetch fork
    

    Finally, you can merge the work with yours:

    git merge fork/branch_you_want_to_merge
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a fork to a github repo that I want to merge with
I'm wanting to fork a github project that other's have forked and one of
I have a forked github repository (call it repo-O and call my fork repo-F)
I have forked a project on GitHub and I want to download only the
I have forked a branch from a repository in GitHub and committed something specific
Use Case: I have some repo on GitHub, someone forked it and added new
I have forked the git repository of a project on Github and made my
I have a repo (hosted on Github). There is a fork of my repo.
I have a hg repo. I used to have a short-lived branch named 1.x,
I have a project I forked on github to my repository. I made changes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.