Skip to content

Commit

Permalink
Obsidian Sync 2024-12-18 17:16:28
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Dec 18, 2024
1 parent 6aa58b9 commit be7f105
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/daily-notes/2024-12-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-
- `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.

0 comments on commit be7f105

Please sign in to comment.