top | item 46602728

(no title)

grokys | 1 month ago

Does it support submodules yet? That was the thing that stopped me using it last time I checked.

discuss

order

tcoff91|1 month ago

Submodules are cursed. I feel bad for you that you have to work in a repo that uses them.

bkmq|1 month ago

What is the problem with submodules? I like to use them because it means the code I need from another repo remains the same until I update it. No unexpected breaking changes.

steveklabnik|1 month ago

Not natively, but you can still use the regular git commands to update them, and it works.