Open
Description
You write
GitHub didn’t invent version control. It took a program called git
but even git wasn't the first version control system.
I used CVS for years and then Subversion for years before git came around. And there were others before CVS, I think something called rcs, for one… the concept is actually really really old. the big innovation is that github added a really easy, pretty web UI (at just the right time) and turned distributed collaborative coding into a big social network too.
https://en.wikipedia.org/wiki/Revision_control
Anyway - thanks for such a great article.