
GitHub Registers Its 3 Millionth User 64
hypnosec writes "Online version control system GitHub, which is based on Git — the distributed version control system developed by Linus Torvalds — now has over three million registered users, it has been revealed. Announcing the achievement, the code sharing site used by the likes of jQuery, Perl, PHP, Ruby as well as Joomla said in a blog post that the 'three millionth person signed up for a GitHub account' on Monday night."
It's a great service (Score:5, Insightful)
I've started using it for personal projects. It makes it easy for me to work on multiple machines, provides a form of backup by spreading the code around and should I ever do anything that actually interests someone else - they'll be able to join in or use what I've done.
Social Network that *matters* (Score:4, Insightful)
I "joke" that github is my social network of choice .. but it's not really a joke. A lot of real actual stuff happens on github, and it's highly useful.
The distribution features you've mentioned have arguably been provided for awhile by SourceForge (which was great for its time), but nothing beats the sheer speed, simplicity, and focus on the code that github provides. And while git beats the pants off everything else, I dread having to deal with "other" sites (*cough*gitorious*cough*) because they're just not as fast and useful as github. That is, git alone doesn't make github what it is.
I just wish their private hosting was a little less pricey, but hey whatever the market will bear.
Re:Don't like it (Score:5, Insightful)
I stopped using it when they started spamming up their download page. It's not cool to be on the download page and accidentally download "Zoom Downloader Free Trial" because it has a giant 'DOWNLOAD' button right on the middle of the screen.
Re:If you use post/use code snippets from GitHub.. (Score:3, Insightful)
And I don't think GitHub should include any default licensing terms in its terms and conditions. Demanding a license for the users' content is what got people upset about Twitter and Instagram - and no company would publish code on GitHub if they are not in control of the licenses. What GitHub could do is offer a selection box with popular licenses (including "all copyright is mine!") when creating a repository just to remind people.