From be7f10535e05c016f2168b02ff8225844451b248 Mon Sep 17 00:00:00 2001 From: Deepak Jois Date: Wed, 18 Dec 2024 17:16:28 +0530 Subject: [PATCH] Obsidian Sync 2024-12-18 17:16:28 --- content/daily-notes/2024-12-18.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/daily-notes/2024-12-18.md b/content/daily-notes/2024-12-18.md index 0091906..25cb681 100644 --- a/content/daily-notes/2024-12-18.md +++ b/content/daily-notes/2024-12-18.md @@ -18,6 +18,5 @@ An editor that tries to bring together the concepts in [acme](https://en.wikiped Good overview of git submodules: [Demystifying git submodules](https://www.cyberdemon.org/2024/03/20/submodules.html) #git #tools - `git clone --recursive` will checkout submodules as well -- `git config submodule.recurse true` will make `git pull` -- `git submodule update --remote` will update all submodules to their latest upstream commits -- \ No newline at end of file +- `git config submodule.recurse true` will make `git pull` update submodules as well. +- `git submodule update --remote` will update all submodules to their latest upstream commits. \ No newline at end of file