How to handle Git submodules in forks?
Posted: Sun Jun 30, 2019 11:01 pm
Commit #008ad9a on esp-idf replaced the https***github.com/espressif/esp-idf/... URLs in .gitmodules with relative links.
The switch to relative URLs for submodules has broken our fork, because they reference our repo, which does not contain mirrors of the upstream source.
I suppose I could make my own forks of all the required submodules manually, but that is a rather tedious task.
Further, how will we make sure that we have the intended versions.
What is the recommended workflow?
The switch to relative URLs for submodules has broken our fork, because they reference our repo, which does not contain mirrors of the upstream source.
I suppose I could make my own forks of all the required submodules manually, but that is a rather tedious task.
Further, how will we make sure that we have the intended versions.
What is the recommended workflow?