Conversation

if you use git submodules, do you use them in a read-only way (where you never edit the code in the submodule, only pull changes sometimes) or read-write?

0
0
0

@b0rk I use them RW, but the big caveat there is I don’t recommend using submodules in general, so it’s really only for my own personal usage.

0
0
0