Dusty Pomerleau on Nostr: Somewhere along the line, some kind soul on the internet taught me: `git submodule ...
Somewhere along the line, some kind soul on the internet taught me:
`git submodule update --init --recursive --depth 1`
If you hate git submodules, don’t want to think about them, don’t recall if you already initialized them, and just want your repo to have the latest changes, this is the command for you.
#git
`git submodule update --init --recursive --depth 1`
If you hate git submodules, don’t want to think about them, don’t recall if you already initialized them, and just want your repo to have the latest changes, this is the command for you.
#git