Y
Hacker News
new
|
ask
|
show
|
jobs
by
avisser
2444 days ago
Even with submodules it's still a PR per repo. Global, atomic changes are super powerful.
2 comments
likeliv
2443 days ago
There is another tool called git-subtree that should solve these problems, I think. But I've never seen it in use
link
Skunkleton
2443 days ago
git subtree is just a wrapper around subtree merges, I don't think they solve the same problem as submodules.
link
jayd16
2443 days ago
Good point! Hmm. Maybe git(hu|la)b could solve this with some kind of pull request batching.
link