Top "Git-submodules" questions

Submodules allow you to keep a Git repository as a subdirectory of another Git repository.

What is a good workflow for submodule forks

Suppose we have the following repository structure on github: company:project.git \- company:submodule.git A developer in my …

git github git-submodules
GitLab pull submodules inside CI

I have a GitLab project that utilises GitLab CI. The project also uses submodules, both the project and it's submodules …

gitlab git-submodules gitlab-ci gitlab-ci-runner
How to `git submodule add` Existing sub Repository?

The Question How to add existing sub repository as a submodule in git? The Why I have a private codespace …

git git-submodules cloud9-ide
How to speed up / parallelize downloads of git submodules using git clone --recursive?

Cloning git repositories that have a lot submodules takes a really long time. In the following example are ~100 submodules git …

git performance download git-submodules git-clone
What are the pros and cons of Git submodule and Repo?

It just so happens that we share a library between 3 different mobile platforms. There is much debate within the office …

git git-submodules repo
Managing 3rd party sources and binaries used by code under source control

I have a large code base under source control (was subversion, now git). To compile the code and run the …

git git-submodules git-subtree
git splitting repository by subfolder and retain all old branches

I have a git repo with 2 directories and multiple branches, I want to split them and create all branches `-- …

git git-submodules git-subtree git-filter-branch
How to auto deploying git repositories with submodules on AWS?

I have a submodule in my git repository and my directory structure is like, app -- folder1 -- folder2 -- …

git github git-submodules aws-code-deploy
Problem with modified files showing up in Git but not updating?

I've got some files/folders that just wont leave the Git staging area? # On branch master # Changed but not updated: # (…

git git-submodules staging
Why are git submodules incompatible with svn externals?

There are lots of webpages out there suggesting hackish ways to make svn externals look like git submodules. I have …

svn git git-svn git-submodules svn-externals