Lets say we have a parent project which contains a submodule.
You are merging something into the child one, and then on the parent repo, when creating a pull request, you want to have all the latest changes made on the child, visible.
How they can be synchronized between them to reflect any change on the child repository?
CodePudding user response: