Hacker News new | ask | show | jobs
by dragonwriter 4399 days ago
> Git forces you to check out a copy in order to be fully functional. Are you saying they're working without version control?

You can use git for version control without a full repository copy -- you can git clone with limited depth, for instance.