TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Metahead – An enterprise-grade, Git-based metarepo

53 pointsby grokxover 1 year ago

11 comments

fuddleover 1 year ago
As someone who's never heard of a metarepo before, I'm still not sure exactly what it is or why I should use it after reading their landing page. I think a metarepo explainer video would helpful.
评论 #38945435 未加载
评论 #38945312 未加载
iFireover 1 year ago
I am still really happy with using git subrepo as my metarepo <a href="https:&#x2F;&#x2F;github.com&#x2F;ingydotnet&#x2F;git-subrepo">https:&#x2F;&#x2F;github.com&#x2F;ingydotnet&#x2F;git-subrepo</a>
评论 #38944851 未加载
wdbover 1 year ago
One of the reasons to have a mono repo is to avoid the mirroring of PRs between repos. If you have 40+ repos and each time a package gets updated and you need to raise 39 PRs to bump the package. It&#x27;s getting really old to do mirroring etc.<p>Not sure how this is an improvement over using a mono repo
评论 #38949278 未加载
edgyquantover 1 year ago
Not sure the implementation details but this<p><pre><code> $ git clone https:&#x2F;&#x2F;josh-project.dev&#x2F;josh.git:&#x2F;docs.git </code></pre> Seems really neat to me
rbettsover 1 year ago
&gt; Maintaining an open-source library as part of your proprietary codebase? You can use metahead to publish and synchronise part of your code in its own public repo. Accept external contributions and check them against your internal usage of the library. You have the choice to make as much or as little as you want public, with file-granularity filters.<p>I&#x27;ve wished for this in multiple open-source oriented companies.
评论 #38953762 未加载
bananskalhalkover 1 year ago
Looks cool, but I am unsure why I would use this instead of git scalar[0] with git submodule[1]?<p>[0]: <a href="https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;scalar" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;scalar</a><p>[1]: <a href="https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;gitsubmodules" rel="nofollow">https:&#x2F;&#x2F;git-scm.com&#x2F;docs&#x2F;gitsubmodules</a>
评论 #38949221 未加载
kissgyorgyover 1 year ago
You lost me at &quot;enterprise-grade&quot;.
sgammonover 1 year ago
Hey Metahead. I wonder if you guys would be down to collaborate? We have a project that might plug in nicely. Let me know: sam@less.build<p>Or, feel free to drop a GitHub link?
da39a3eeover 1 year ago
Sounds really interesting. I read the whitepaper; it was nice, but it&#x27;s more like a technically-oriented setting-the-scene than a whitepaper.
opentokixover 1 year ago
What the f is &quot;Enterprise grade&quot;?
评论 #38944603 未加载
iFireover 1 year ago
MIT License<p><a href="https:&#x2F;&#x2F;github.com&#x2F;josh-project&#x2F;josh&#x2F;blob&#x2F;master&#x2F;LICENSE">https:&#x2F;&#x2F;github.com&#x2F;josh-project&#x2F;josh&#x2F;blob&#x2F;master&#x2F;LICENSE</a>
评论 #38947257 未加载