Add to SubmoduleCheatSheet.

This commit is contained in:
Brent Simmons 2018-06-21 13:26:37 -07:00
parent 0a965d2e95
commit 0efd637db8
1 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@ To add a submodule:
git submodule add https://github.com/username/path git submodule add https://github.com/username/path
(Its unlikely youll need to do that. Adding a submodule is done super-rarely, if ever, and its Brents call.)
To update a submodule — to get the latest changes:
TBD I surely wish I knew how