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 3341142
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:41:20+00:00 2026-05-18T00:41:20+00:00

I have forked out a Parent: project to Child: this . Now, I want

  • 0

I have forked out a Parent: project to Child: this. Now, I want to update my child with parents current updates. Can I do that, if yes how?

When I update my github repo, then I can do a “git pull” to update my local repo.

  • 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-05-18T00:41:20+00:00Added an answer on May 18, 2026 at 12:41 am

    In your local clone of Child, pull from Parent, adding it as a remote if you like:

    cd child
    git remote add parent <parent-url>
    git pull parent
    

    The url of the parent could be the public github repo, or your local clone of it – the local clone will of course be faster. If you want to pull a branch other than the current HEAD of the parent repo, just add an argument (e.g. git pull parent topic-branch). If this is a one-time thing, you can just skip adding the remote: git pull <parent-url> [branch].

    Pulling is a combination of fetching and merging, so once you’ve done that, you’ve got a new merge commit you’ll presumably want to push back to your public repo at some point.

    The key point here, in case it’s not clear, is that pulling from the parent (upstream) repository is not different from pulling from your public clone of child, your current repository. Either way, you’re fetching from a repository with some common history, and merging that into your current branch. And of course, since you’re merging, a work tree is required – so this is something that must be done in your local repo. The repo hosted on github is essentially a way of publishing what you’ve done locally. All you can really do with it is push/pull, and browse what’s there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have a problem - I want to switch out of current frame
Hope someone can help me out with this one ! I have a sql
I have forked a private repository (an iPhone project) as follows: cd nameofdirectory git
This question is about etiquette and open source projects. I have forked an application
I've forked someone's project and made some commits. I filled out a pull request,
I have a table that has a forced auto increment column and this column
I have a repository that is forked from GitHub that has a few modifications
I've forked a project from the internet, and I want to write some new
I have a project in SVN that I'm migrating to Git. The project consists
My issue is this. I am forking a process so that I can speed

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.