From 535b9feabf6b6d4c4ac883026cf13507c903adc8 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Sun, 26 Dec 2021 23:20:20 +0100 Subject: cheatsheets/git: add snippet --- content/cheatsheets/git.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/cheatsheets/git.md b/content/cheatsheets/git.md index e0d918e..afeb11b 100644 --- a/content/cheatsheets/git.md +++ b/content/cheatsheets/git.md @@ -11,3 +11,9 @@ disable_share = true git config --global user.name "Adam Olech" git config --global user.email "nddr89@gmail.com" ``` + +## Fix up partially added submodule + +```bash +git submodule add --force https://github.com/google/googletest.git googletest +``` -- cgit v1.2.1