Update SubmoduleCheatSheet.md.

This commit is contained in:
Brent Simmons 2018-06-23 15:39:49 -07:00
parent 74e07521ea
commit 12de2ea155

View File

@ -10,6 +10,7 @@ To add a submodule:
To update a submodule — to get the latest changes:
git submodule init
git submodule update
I think. Not sure about the above.