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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:26:28+00:00 2026-06-11T23:26:28+00:00

We have a custom built project kickstart This kickstart can have modules added to

  • 0

We have a custom built project “kickstart”

This kickstart can have modules added to it quite easily.

When we build these modules we build them all based on one clean master copy of the kickstart which is version controlled.

When we start a project we create an empty repo,
set up the kickstart repo as a remote,
Pull from the remote.
When there is an update to the core we again just pull in from the remote.

This works well.

But we have the modules I mentioned, we build them all on the clean kickstart as a new project.

We want to version control all these modules.

The files for the modules actually reside inside the template.

Our workflow looks something like this

/site 1
  /kickstart
    /module1
      /module1 files
    /module2
      /module2 files
  /site 1 specific file
  /site 1 specific file

/site2
  /kickstart
    /modification of kickstart file for site2 only (e.g. config.php)
    /module2
      /module2 files
    /module3
      /module3 files
  /site 2 specific file
  /site 2 specific file

/site3
  /kickstart
    /modification of kickstart file for site3 only (e.g. config.php)
    /module1
      /module1 files
    /module3
      /module3 files
  /site 3 specific file
  /site 3 specific file

So,
Sites 1,2, and 3 are their own git repositories.

They all contain kickstart which is a git repository

Some of them share modules.

Now we don’t push upstream from these, if we decide something works well while doing it in site 1 we will checkout the clean copy of kickstart and make the changes there and then they get pulled down into all the different sites.
The same thing with the modules.

But my basic question is, where do we put the modules?
They depend on the kickstart being there.

One idea was to have them as branches off kickstart, I have also heard of sub modules and sub trees but don’t know how they work.

What would the best way of structuring this workflow be?

  • 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-11T23:26:30+00:00Added an answer on June 11, 2026 at 11:26 pm

    Putting those three sites in their own Git repo (as opposed to using one repo with three branches), means you don’t have to do much (if any) merges between site1, 2 and 3: all 3 have only one remote: the kickstart repo.

    Regarding module management, each module should be in its own repo in order to easily use submodules or subtree:

    • submodules is a way to get each module individually, with its full history, in its own directory, allowing even to push back to each modules repos.
    • subtree comes in two flavors: the 2007 subtree merge strategy (explained here), and the recent (1.7.11+) subtree command.
      The subtree merge strategy (see also here) would me more adapted to merge one of the modules repo into a sub-directory (modulex). Since you don’t need to push back, it might be your solution.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom build target in a visual studio 2008 c# project. Is
We have a custom Listview Treegrid in c++ project built on the Codeproject TreeGrid
We have a custom software project that's database driven (MySQL) and is built with
I have a Windows installer project which includes a custom action. This custom action
I have something like this in my project: add_custom_command(OUTPUT somefile) add_custom_target(tgt ALL DEPENDS somefile)
I have a custom built application framework written in PHP which I have been
I have a custom component built for a Joomla 2.5 website. It is working
I have an ASP control custom built and I need to pass a value
i have wordpress blog in my custom built website, i am displaying some posts
I have built a Custom MaskedTextBox , changing the values of BeepOnError and AsciiOnly

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.