Home > OS >  git submodules on pull request(s)
git submodules on pull request(s)

Time:05-05

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:

That does not seem to be directly supported (https://marketplace-cdn.atlassian.com/files/5fd50c21-29ea-4629-92f3-ed23c841f3c6?fileType=image&mode=full-fit

  • Related