How to change a git submodule to point to a subfolder?
I’m afraid the URL for submodules always just points to the repository – you can’t specify that you only want a subfolder of a repository, in the same way that git doesn’t support “narrow clones” in general. If you can’t live with having the whole repository as a submodule, you could always create a new … Read more