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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:07:25+00:00 2026-05-27T21:07:25+00:00

I am aware of the clone function that could do this, but the thing

  • 0

I am aware of the clone function that could do this, but the thing it would clone what is in the repo, being everything that was pushed.

What we need is to modify some files in our repository template and create a new repo with these modified files, without having to commit these files (that are project-dependant) to our template, so it stays intact.

Is that even possible? Using “git add”, “git commit” and then “git push” with an extra parameter that would be the remote repository?

Basically, I want the files, not the 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-27T21:07:25+00:00Added an answer on May 27, 2026 at 9:07 pm

    Consider the main repository (main) and the repositories inheriting (child1, child2). What I would do to start would be to create a branch per child on the main repository:

    main$ git checkout -b child1
    ... edit/commit for child1 ...
    main$ git checkout master
    main$ git checkout -b child2 
    ... edit/commit for child2 ...
    

    Now, you can do:

    main$ git push git@yourserver:repositories/child1.git child1:master
    main$ git push git@yourserver:repositories/child2.git child2:master
    

    This pushes branch child1 on the master of repository child1. This way you can keep your main master clean. If this is a one off push, you can remove the branches afterwards. You main need to force the merge on the child repositories if you cannot fast forward (see the refspec for the push).

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

Sidebar

Related Questions

I aware that this will be a less programming question, but still... How can
This is a stupid question, and I am aware that it is; but never
Of course I am aware of Ajax, but the problem with Ajax is that
Is anyone aware of a script/class (preferably in PHP) that would parse a given
This is a pretty newbie question- please know I'm aware of that. I have
Foreword tl;wr: This is a discussion. I am aware that this question is more
First of all, I am aware that this question is dangerously close to: How
I am aware of Twissandra which is an example twitter clone using Cassandra but
I am aware that in .NET there are three timer types (see Comparing the
I am currently aware that ASP.NET 2.0 is out and about and that there

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.