What should I use to update the reference to the committed submodule to the parent project so nect time I clone recursively the project It downloads the correct submodule commit?
Should I opt for git submodule --init
or should I just git add submodule/path
commit and push?
Note: my submodules are specific tags, not branches that have to be followed