Hacker News new | ask | show | jobs
by likeliv 2436 days ago
There is another tool called git-subtree that should solve these problems, I think. But I've never seen it in use
1 comments

git subtree is just a wrapper around subtree merges, I don't think they solve the same problem as submodules.