After running git-subtract --auto-exclude update I was trying to update my submodules to their latest commits. The Readme states that all the git submodule commands keep working, so I tried git submodule foreach git pull origin master which pulled from the super project’s master branch and broke everything. What would be the correct command to update the submodules?
After running
git-subtract --auto-exclude updateI was trying to update my submodules to their latest commits. The Readme states that all thegit submodulecommands keep working, so I triedgit submodule foreach git pull origin masterwhich pulled from the super project’s master branch and broke everything. What would be the correct command to update the submodules?