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

  • Home
  • SEARCH
  • 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 8731817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:19:35+00:00 2026-06-13T09:19:35+00:00

I have a fork of a large project on Github and would like to

  • 0

I have a fork of a large project on Github and would like to both pull changes from other people’s forks and recommend ways that they can pull in my changes.

Adding new named remotes for users that I would like to pull code from as recommended in this question sounds like a great solution, but will doing so significantly affect the size of my local repository?

(I’m going to go ahead and try it, but I couldn’t find any info on this, so I thought I’d ask for posterity.)

  • 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-13T09:19:36+00:00Added an answer on June 13, 2026 at 9:19 am

    (As a note on terminology, these are other “remotes”, not “origins”; “origin” is just the default name for the remote that’s set up for the repository you clone from.)

    If you’ve added a remote that’s a fork of the original large repository (and fetch from there) that will generally use very little extra space. This is because of git’s clever storage model. Each file (“blob”) is identified by a hash, each directory (“tree”) is identified by a hash of the hashes of blobs, trees and other objects contained in it, and commits are identified by hashing data that includes the tree at the top level of your source code. So, all the history up to the point where there’s a fork will be represented by commits with the same ID, so there’s no extra storage used for those. After a divergence, there’s only extra storage used for files that have changed – if there are large blobs in the repository, unless their content is changed they’ll still have the same hash, and so will only be stored once. (Even then, git does binary delta compression when packing objects, so storing small changes to large files should still be pretty efficient.)

    If the fork has added large new files not present in the original repository then that will add significantly to the amount of space used, of course.

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

Sidebar

Related Questions

A project on GitHub that I have a fork of has a new pull
I have a fork on GitHub. I received a pull request, next I approved
I have a fork of a project on github where the main trunk was
I have a Makefile that looks something like this: sometarget: command_one # calls fork()
I have a fork of someone else's repo like and have committed a number
I need fork a branch of a specific project. I have already fork the
Background: We use github for our project and I work on my own fork
I have main repository at github. I have created a fork. I created a
I have managed to fork and exec a different program from within my app.
I'd like to know the most memory-efficient way to pull arbitrarily large data fields

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.