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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:23:05+00:00 2026-06-04T07:23:05+00:00

I have a gist on GitHub that someone forked and made changes to. I

  • 0

I have a gist on GitHub that someone forked and made changes to. I like their changes.

Is there a way to merge the changes back into my original gist?

  • 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-04T07:23:06+00:00Added an answer on June 4, 2026 at 7:23 am

    A gist operates like any other repository. So let’s say you’ve cloned something like git://gist.github.com/2322786.git:

    $ git clone git@gist.github.com:2322786.git
    

    (If you just wanted to try this without pushing, you can use git://gist.github.com/2322786.git, which will demonstrate the merge principle and works anonymously, but does not allow you to push.)

    And now you want to merge in changes from git://gist.github.com/2661995.git. Add it as an additional remote:

    $ git remote add changes git://gist.github.com/2661995.git
    $ git fetch changes
    

    And then merge in the changes like this:

    $ git merge changes/master
    

    And you should be all set. This should work regardless of whether the new gist was forked from yours at some previous point or is completely unrelated.

    Taking Romain’s comment into account, you would then issue a push:

    $ git push
    

    This would only work if your original clone URL allows writing.

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

Sidebar

Related Questions

I have 2 python scripts https://gist.github.com/2233477 . rsgen.py generates random inputs for use in
I learned of gist.github.com from Mozilla Ubiquity , and have been using it to
I have an XML file full of bookmarks from Google Bookmarks. (File: http://gist.github.com/324844 )
Here is the stack trace which appears on resque-web interface: http://gist.github.com/396893 There you can
I have a ivy.xml - https://gist.github.com/1898060 I also have the jar file related to
I have some InternetOpenUrl requests that are strangely timing out. The endpoint is there
The complete code is on https://gist.github.com/1341623 I'd like to sort an index array (or
I have a fairly simple problem for someone familiar with js. I quite like
Here is a link to my color theme that causes the problem https://gist.github.com/3d8cc59cbc1c7f87817f Does
This is PHP code I have so far: https://gist.github.com/2eeba2ff31ebecb526e2 This is the result: https://gist.github.com/cf07fe90922ac3dfcd22

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.