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.

GIT Obsession – Are we the Monkeys in the Monkey-Banana-Water Gun Experiment?

2 pointsby ritwiktabout 11 years ago

2 comments

transfireabout 11 years ago
Personally I think Git is not a good design. And the reason is simple, to access the files of variant revisions we have to use a specialized tool: `git`. Thus all the files are hidden away behind what is essentially a secondary file system. Yet the primary file system itself is (or should be) sufficient. Eventually I expect someone will make a new version control system that combines the advantages of git with the primacy of the file system in the way SVN utilizes it. That would be ideal.
stephenrabout 11 years ago
How does this differ from a user branch in svn?