Tagged Questions

23
votes
2answers
3k views

Git submodules workflow

In my project I need to use third party code, stored in several Git repositories. My project is also stored in (separate) Git repository. There are several people working with me on the main project, ...
2
votes
1answer
31 views

Git how to locally nest remote directories?

What I'm trying to do is have a master repo with root dir named 'lib', within this are 2 sub-directories 'js' and 'html'. When creating local/dev branches based on 'lib', I need to pull the master ...
2
votes
2answers
156 views

Recommended workflow for multiple modules (themes)

I have an app (cms) which structure is like this: BASE: /application/ /public/ themes/ default/ mobile/ This is a base, central repository for all our ...
1
vote
1answer
72 views

sync submodule that is a fork with original repo

I have a 'super-repository' that has a submodule that is essentially a fork of an original repository (with my changes). What would be a possible workflow I can use to merge with the latest changes on ...