Git/Github: Replace a submodule of a forked repository
问题 Whant I Want I have an open source parent repository which I want to make a fork to work with it, this repository is composed of 3 submodules and some configuration files. What I want is to replace one of the submodules( saleor-storefront ) with my own implementation(private repository) and I want to be able to update the other submodules and files with the changes made by the upstream repository. Should I just change the path of the module I want to replace from the .gitmodules file or are