Hacker News new | ask | show | jobs
by mths 479 days ago
How about "I struggled with git, so I read the very easily digestible and entirely free Pro Git book"
1 comments

Version control that is simpler to reason about, and doesn't have such complex layers of tooling underneath is quite possible. It is network effects that keep us on git.
Git is extremely easy to reason about and requires the use of a very small number of commands. It would not have become the dominant VCS if that weren't true because nobody would have switched to it.
It became the dominant version control system because (1) Linux and (2) GitHub. There were better version control systems even at the time (and better ones still now).