Top "Git-submodules" questions

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

How to apply a git patch from one repository to another?

I have two repositories, one is the main repo for a library, and the other is a project using that …

git patch git-submodules git-patch
Git submodule inside of a submodule (nested submodules)

Is it possible for a git submodule to be made of several other git submodules, and the super git repo …

git git-submodules
What is the point of 'git submodule init'?

Background To populate a repository's submodules, one typically invokes: git submodule init git submodule update In this usage, git submodule …

git git-submodules rationale
Git submodule add: "a git directory is found locally" issue

I'm actually trying to learn how to use git, including the git submodule subcommands. I already set up a server …

git git-submodules
Ignore new commits for git submodule

Background Using Git 1.8.1.1 on Linux. The repository looks as follows: master book The submodule was created as follows: $ cd /path/…

git status git-submodules ignore
Unable to checkout git submodule path

I have a problem when working with git submodules. Whenever i receive a new submodule reference from the upstream repository, …

git git-submodules
How do I replace a git submodule with another repo?

How do I replace a git submodule with a different git repo? Specifically, I have a submodule: located at ./ExternalFrameworks/…

git git-submodules
Empty Git submodule folder when repo cloned

I have one repo hosted at https://github.com/aikiframework/json . On my local copy, I added a submodule using …

git version-control git-submodules git-clone
How to "resolve fatal: Not a git repository"?

I was trying to remove one sub-module from the project Tried rm -rf .git/modules/submodulePath After that I am …

git git-submodules
Create a submodule repository from a folder and keep its git commit history

I have a web application that explores other web applications in a particular way. It contains some web demos in …

git git-submodules revision-history