I have a branch main with another branch child in repo which is also a submodule of branch main.
main
- somefile
- somefolder
- child (S)
-somefile
If I make changes to child submodule folder while working on main branch. How would i commit and push changes to child branch ?