Merge pull request #607 from heckj/submodule_note_add

adding a note on how to reset all the submodules
This commit is contained in:
Brent Simmons 2019-04-15 15:07:31 -07:00 committed by GitHub
commit 2a61e7a926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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