Top "Git-submodules" questions

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

Automatically access git submodules via ssh or https

Question: Is there a way to automatically checkout git submodules via the same method (ssh or https) as the main …

git gitlab git-submodules
How to fix a permission denied (publickey) error for a git submodule update in the Github Travis CI build?

I cannot update the git submodule, with the error: $ git submodule init Submodule 'build/html' ([email protected]:quadroid/clonejs.…

git github git-submodules travis-ci
what causes submodule conflicts in git, and how should they be resolved?

We are using submodules and we are new to git. We often see merge conflicts for the submodules themselves, no …

git merge git-submodules conflict
git submodule sync command - what is it for?

I don't understand from the documentation what does git submodule sync do. Please explain.

git git-submodules
Git nested submodules and dependencies

Let's say I have four projects named Core, A, B, Super. The dependency tree is like this: Super ---> …

git git-submodules
running cooja in contiki with cmd "ant run"

When I want to run "ant run" in contiki-3.9/tools/cooja, I am facing following error: BUILD FAILED /home/user/…

git ant git-submodules contiki
Cloning a git repo with all submodules

I have a working git repository containing several submodules (obtained by cloning different repositories). Now, I want to copy the …

git git-submodules git-push git-clone
git clone works; git submodule fails "Permission denied"

On a private repository from gitlab, when I run git clone [email protected]:group/project-submodule.git the clone …

git windows-10 gitlab git-submodules git-for-windows
How to setup submodules Azure DevOps

Can somebody clarify how SubModule works in azure devops MyDevOps Root Folder I have a Solution called MyCore.sln containing 4…

git azure-devops git-submodules azure-pipelines azure-repos
git archive export with submodules (git archive all / recursive)

I have a website directory versioned with git. I use submodules for required libraries like Twitter Bootstrap, colorbox and lessjs …

git-submodules git-archive