'Parent repo not detecting commits in submodule
I make a change in the submodule and commit it, come back to the parent repo and on checking git status, expect it to say there are changes in the submodule, but nothing is listed. The parent repo doesn't point to the latest commit of the submodule either.
Solution 1:[1]
If you want git status to see submodule status :
git config status.submoduleSummary true
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Nicolas Voron |
