
Gitmodules - Three Submodules With Relative URL and branch = .
Three submodules covering the awkward values: a relative `../currency-tables.git` URL that has to be resolved against the superproject's remote, `branch = .` meaning 'the same branch as the superproject', and `ignore = dirty` which hides a submodule's local changes from `git status`. The section name and the `path` value are separate strings and are allowed to differ.
- File
- GITMODULES · Repo Config · UTF-8
- Use case
- Config parsingConfig testing+1






















