Hacker News new | ask | show | jobs
by psydvl 1026 days ago
There is VFS for git from Microsoft, that can solve problem more elegant way, I think: https://github.com/microsoft/scalar
1 comments

That was discontinued (like multiple times under different names). And is moved into a git fork. https://github.com/microsoft/git
Are they still trying to upstream everything? For a while they were being good about that…
Do you know what replaced it?
git

They upstreamed almost everything. The last version of "scalar" was mostly just a configuration tool for sparse checkout "cones" which needed a bit of hand-holding, and that is easier to configure in git itself now, or so I hear.