ltsmin
ltsmin copied to clipboard
Move from submodule to subtree
I suggest we move to use subtree instead of submodule.
We can add ".sh" files that assist updating a subtree from commit A to commit B.
Advantage
- users no longer need to manually run submodule update/init/sync
- no dependency on availability of other git repositories
Disadvantage
- maintainers need to learn about subtree method