submodules notes

This commit is contained in:
2026-05-13 17:00:18 -07:00
parent 9095f5b0e2
commit f0c9c354c1

View File

@ -16,6 +16,12 @@ drone exec --secret-file=secrets.txt
## submodule bullshit
to add the submodule:
```sh
git submodule add <remote-url>
```
to pull in remote updates:
```sh