When I am working with git submodules, in the parent repo I don't see the changes I have made in the submodule, I can only see the previous commit id. Can anyone please help me with the process
I have created submodules. this is the folder structure--
parent --submodule1 --submodule2 --pipeline script
I can't see the changes made in the submodules from the parent folder.
Expectation: I will be able to see the changes made in each submodule from the parent folder.