diff --git a/Technotes/SubmoduleCheatSheet.md b/Technotes/SubmoduleCheatSheet.md index 2615a7c6f..fc18d4962 100644 --- a/Technotes/SubmoduleCheatSheet.md +++ b/Technotes/SubmoduleCheatSheet.md @@ -6,3 +6,8 @@ To add a submodule: git submodule add https://github.com/username/path +(It’s unlikely you’ll need to do that. Adding a submodule is done super-rarely, if ever, and it’s Brent’s call.) + +To update a submodule — to get the latest changes: + + TBD I surely wish I knew how