How do I pull from a Git repository through an HTTP proxy?
Note: while the use-case described is about using submodules within a project, the same applies to a normal git clone of a repository … Read more
Note: while the use-case described is about using submodules within a project, the same applies to a normal git clone of a repository … Read more
I’ve created a git repository with a submodule in it. I’m able to tell the submodule itself to change its remote repository path, … Read more
How does git submodule add -b work? After adding a submodule with a specific branch, a new cloned repository (after git submodule update … Read more
I have a project with a Git submodule. It is from an ssh://… URL, and is on commit A. Commit B has been … Read more
We’re using git submodules to manage a couple of large projects that have dependencies on many other libraries we’ve developed. Each library is … Read more
I’m trying to put a submodule into a repo. The problem is that when I clone the parent repo, the submodule folder is … Read more
How do I remove a Git submodule? By the way, is there a reason I can’t simply do git submodule rm whatever ? … Read more