Hello,
I have a working copy of my repo, which has recently be added a new
submodule, being on the same server and specified as a relative URL
(../motors.git).
On this working copy, however, git submodule doesn't use the origin's URL
to resolve the absolute submodule URL:
$ git remote -v | grep origin
origin chbrosso@lltech:/git/lightct.git (fetch)
origin chbrosso@lltech:/git/lightct.git (push)
$ git submodule
-8dc3fb5d374d5510d6f0f5cb8a1ec27a4feeeb9c motors
$ git submodule init motors
Submodule 'motors' (chbrosso@lltech:~/prog/git/motors.git) registered for
path 'motors'
$ cat .gitmodules
[submodule "motors"]
path = motors
url = ../motors.git
branch = master
Notice the URL given at submodule init, different than origin.
chbrosso@lltech:~/prog/git is the default remote of the current branch, but
according to the documentation of git-submodule it should use origin, not
this remote!
Git (version 1.9.2-preview20140411)
Thanks for your help,
Charles
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.