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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:48:59+00:00 2026-05-25T19:48:59+00:00

I tried google, no help. I got an active os project that keeps updating

  • 0

I tried google, no help.

I got an active os project that keeps updating with good stuff and I’m developing on top of it,

So lets say I got the git repository of the project (lets call the current state x) and the current status is:

OS project

x

my project (added some y changes)

x -> y

Now OS project updated :

x -> z

and I wan’t my project to contain z and look like

x -> z -> y

or

z -> y

Can someone explain how do I make it happen?

  • 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-25T19:49:00+00:00Added an answer on May 25, 2026 at 7:49 pm

    The simple method is to use the following two commands (after you’ve stached or committed your changes):

    $ git fetch origin master
    $ git rebase FETCH_HEAD
    

    The first one fetches the changes in original repository from the remote named ‘origin’. The second one moves your changes to the new remote HEAD.

    The important thing to note here is that you use git fetch and not git pull. The latter is a fetch followed by an automatic merge. You don’t want that.

    In case you are looking for an alternative method, I always work on my separate branch. Then I can keep master equal to the maintainer’s version, and I can keep rebasing my parallel branch. If there are other users of my branch I merge the master into it instead.

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

Sidebar

Related Questions

I've tried everything from reading the Netbeans help to browsing Google. This code works
Pretty self-explanatory, I tried google and got a lot of the dreaded expertsexchange, I
I got a problem that I don't know how to fix it. Please help!
I've got a canvas that works thanks to Google's excanvas in IE. Now I
I've come this far without asking for help, but I've got a problem that
Ok... I tried google and didn't get many hits. I dont want to abuse
I've seen this syntax show up, and have tried to google for it's definition
I tried to configure google adsense on my drupal site. I used two methods.
Tried following the instructions here: How to use Google app engine with my own
Tried this: $('.link').click(function(e) { $.getScript('http://www.google.com/uds/api?file=uds.js&amp;v=1.0', function() { $('body').append('<p>GOOGLE API (UDS) is loaded</p>'); }); return

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.