From 04c199723bfbbfacf69a8c4d1c30a8cf759cdbae Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 25 Aug 2018 10:58:34 -0700 Subject: [PATCH] Fix typo. --- Technotes/SubmoduleCheatSheet.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Technotes/SubmoduleCheatSheet.md b/Technotes/SubmoduleCheatSheet.md index e6c62a52d..95dacaa6d 100644 --- a/Technotes/SubmoduleCheatSheet.md +++ b/Technotes/SubmoduleCheatSheet.md @@ -5,8 +5,7 @@ Evergreen uses [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodu After your first checkout: git submodule init - git submodule update - + git submodule update To add a submodule: