Top "Git-submodules" questions

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

Git submodules not updating in Jenkins build

I have a submodule in a project in Jenkins. I've enabled the advanced setting to recursively update submodules. When I …

git jenkins git-submodules
Git: fatal: Pathspec is in submodule

I'm trying to get TravisCI to automatically deploy my Hakyll static site, according to this guide. Here's how my repo …

git github version-control git-submodules hakyll
Is there a way to make git pull automatically update submodules?

Is there a way to automatically have git submodule update (or preferably git submodule update --init called whenever git pull …

git git-submodules
'git submodule update --init --recursive' VS 'git submodule foreach --recursive git submodule update --init'

I have git repo which has nested submodules. What is the difference between below 2 commands? git submodule update --init --recursive …

git git-submodules
What is the current way to remove a git submodule?

as of git version 1.9.3 (Apple Git-50) on mac how do i remove a git submodule? I am reading alot of …

git github git-submodules
Two git repositories in one directory?

Is it possible to have 2 git repositories in one directory? I'd think not, but thought I'd ask. Basically, I'd like …

git git-submodules git-subrepo
How do I git clone --recursive and checkout master on all submodules in a single line?

I really like this command to fetch a repo with submodules: git clone [email protected]:my_user/my_repo.…

git git-submodules
Git Submodules. Pulling into a new clone of the super-project

OK. So I thought I had this licked ... but now .... I have a project which includes one small library from …

git git-submodules
Fatal Error when updating submodule using GIT

I am trying to update the submodules of this git repositary but I keep getting a fatal errors: [root@iptlock …

git github ssh git-submodules
Git repo inside repo

I want to clone https://github.com/getyouridx/pychargify into my django project, and will need to pull updates from …

git git-submodules