6 ms·
Does it support submodules yet? That was the thing that stopped me using it last time I checked.
by grokys 8mo ago
Does it support submodules yet? That was the thing that stopped me using it last time I checked.
- tcoff91 8mo agoSubmodules are cursed. I feel bad for you that you have to work in a repo that uses them.
- bkmq 8mo agoWhat 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.
- tcoff91 8mo agoUsing a package manager to share code between repos has worked far better for me than submodules. This comment sums up the issues better than I could: https://news.ycombinator.com/item?id=31792396 https://news.ycombinator.com/item?id=31792396
- steveklabnik 8mo agoNot natively, but you can still use the regular git commands to update them, and it works.