Slashdot Mirror


GitHub Registers Its 3 Millionth User

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."

4 of 64 comments (clear)

  1. It's a great service by stoolpigeon · · Score: 4, 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.

    --
    It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
  2. Social Network that *matters* by oGMo · · Score: 3, 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.

    --

    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage

  3. Re:Don't like it by phantomfive · · Score: 4, Insightful

    I stayed on Sourceforge for a long time, it has good features. It supports multiple SCMs simultaneously (git, cvs, svn...).

    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.

    --
    "First they came for the slanderers and i said nothing."
  4. Re:If you use post/use code snippets from GitHub.. by mattiaza · · Score: 3, Insightful

    This is in no way unique to GitHub. Anything you find and see on the web (code, pictures, videos, poems) is subject to copyright. If the author has not explicitly set a license, you can't use it.

    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.