Hacker News new | ask | show | jobs
by collyw 4313 days ago
I have asked before, how many projects need a distributed version control system? It adds extra complexity to the concepts, and is probably rarely needed. (Distributed, not remote version control, which I can see as being useful).
1 comments

You can't do anything that works offline without a distributed system.

You can use a distributed vcs as a centralized one if you want.

Save locally and push when you get online again.