adding a note on how to reset all the submodules in case you accidentally messed up the code without having to hit each one specifically

This commit is contained in:
Joe Heck
2019-04-15 15:04:58 -07:00
parent 8f1f153e98
commit 37d605dd5e

View File

@@ -17,3 +17,7 @@ To update all submodules to their latest commits:
git submodule foreach git pull origin master
If you messed around with those projects and want to reset them to where the current project thinks
they should be, you can use the command:
git submodule foreach --recursive git reset --hard