Skip to content

git: http submodule relative url

Yaroslav Dynnikov requested to merge rosik/gitmodules-http into master

Summary

  • git: http submodule relative url

    man gitmodules

    submodule.<name>.url — Defines a URL from which the submodule repository can be cloned. This may be either an absolute URL ready to be passed to git-clone(1) or (if it begins with ./ or ../) a location relative to the superproject’s origin repository.

    submodule.<name>.branch — A remote branch name for tracking updates in the upstream submodule. If the option is not specified, it defaults to the remote HEAD.


Edited by Yaroslav Dynnikov

Merge request reports