diff --git a/content/daily-notes/2024-12-18.md b/content/daily-notes/2024-12-18.md index b8006c4..6693f77 100644 --- a/content/daily-notes/2024-12-18.md +++ b/content/daily-notes/2024-12-18.md @@ -18,4 +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 submodule update` \ No newline at end of file +- `git submodule update --remote` will update all submodules to their latest upstream commits +- \ No newline at end of file