Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jbverschoor
10 months ago
|
parent
|
context
|
favorite
| on:
The Ingredients of a Productive Monorepo
This is exactly my point. I like git, I like monorepos, but I do care about control over access and history.
I use git mainly because everybody knows it, tooling is there, etc.
wocram
10 months ago
[–]
With git you can accomplish this with submodules (eg. Main private repo with public submodules, or vice versa), but they are unpopular because they are fairly tedious to use.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I use git mainly because everybody knows it, tooling is there, etc.