From 0efd637db8087338d00a0ac34b7ff9ee931c585c Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 21 Jun 2018 13:26:37 -0700 Subject: [PATCH] Add to SubmoduleCheatSheet. --- Technotes/SubmoduleCheatSheet.md | 5 +++++ 1 file changed, 5 insertions(+) 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