Slashdot Mirror


Microsoft Acquires GitHub For $7.5B (microsoft.com)

As rumored, Microsoft said Monday that it has acquired code repository website GitHub for a whopping sum of $7.5B in Microsoft stock. Microsoft Corporate Vice President Nat Friedman, founder of Xamarin and an open source veteran, will assume the role of GitHub CEO. GitHub's current CEO, Chris Wanstrath, will become a Microsoft technical fellow, reporting to Executive Vice President Scott Guthrie, to work on strategic software initiatives. From the blog post: "Microsoft is a developer-first company, and by joining forces with GitHub we strengthen our commitment to developer freedom, openness and innovation," said Satya Nadella, CEO, Microsoft. "We recognize the community responsibility we take on with this agreement and will do our best work to empower every developer to build, innovate and solve the world's most pressing challenges." Under the terms of the agreement, Microsoft will acquire GitHub for $7.5 billion in Microsoft stock. Subject to customary closing conditions and completion of regulatory review, the acquisition is expected to close by the end of the calendar year. GitHub will retain its developer-first ethos and will operate independently to provide an open platform for all developers in all industries. Developers will continue to be able to use the programming languages, tools and operating systems of their choice for their projects -- and will still be able to deploy their code to any operating system, any cloud and any device. The two companies, together, will "empower developers to achieve more at every stage of the development lifecycle, accelerate enterprise use of GitHub, and bring Microsoft's developer tools and services to new audiences," Microsoft said. A portion of the developer community has opposed the move, with some already leaving the platform for alternative services.

Update: In a conference call with reporters, Mr. Nadella said today the company is "all in with open source," and requested people to judge the company's commitment to the open source community with its actions in the recent past, today, and in the coming future. GitHub will remain open and independent, Mr. Nadella said.

19 of 493 comments (clear)

  1. Rebranding by Fls'Zen · · Score: 5, Funny

    Next, they will rebrand it "CodePlex".

    1. Re:Rebranding by Luthair · · Score: 5, Interesting

      Azure Github by Windows featuring Sharepoint and Skype communications.

    2. Re:Rebranding by 93+Escort+Wagon · · Score: 5, Funny

      Git#

      --
      #DeleteChrome
    3. Re:Rebranding by DontBeAMoran · · Score: 5, Funny

      #GitOutOfHere

      --
      #DeleteFacebook
  2. Sad day by hlavac · · Score: 5, Insightful

    I feel like when Oracle bought Sun.. something is over

  3. The cry of a million voices by Anonymous Coward · · Score: 5, Funny

    I sensed a great disturbance in the FOSS, as if millions of voices suddenly cried out in terror and were suddenly silenced.

  4. Re:nooo by Oswald+McWeany · · Score: 5, Insightful

    noooooooooooo

    I'm sure this wise phrase of yours has been uttered by many in the tech community around the world over the last 24 hours. Microsoft has a way of killing things off; and GitHub was always great, in part, because it WAS independent.

    I use MS stuff all day long... I program in a MS language... I'm not happy about them owning GitHub.

    --
    "That's the way to do it" - Punch
  5. Re:Skype style UI coming to GitHub ? by Oswald+McWeany · · Score: 5, Funny

    So how long will it be before Microsoft gives the GitHub UI the Skype treatment ?

    On the plus side, Microsoft raised Nokia up to be the world leader in phones...

    --
    "That's the way to do it" - Punch
  6. friendly reminder: abandon ship. by nimbius · · Score: 5, Informative

    For those looking for alternatives, https://gitlab.com/ is open source and can easily import all your projects from github.

    gitea is a good light weight alternative for those seeking to take back their repos as well:
    https://gitea.io/en-US/

    dont wait until Microsoft turns this into Github Professional platinum edition 2019 with Minecraft 3D integration and Azure store support.

    --
    Good people go to bed earlier.
    1. Re:friendly reminder: abandon ship. by bill_mcgonigle · · Score: 4, Insightful

      What we have here is a problem of centralization. Switching to other centralized solutions isn't what we need. Decentralized solutions need to be invented.

      git already has many of the necessary capabilities but things like search across repos is harder. Still much of what Github offers can be done with client software too.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  7. Re:So I guess changes are coming? by jonnythan · · Score: 4, Insightful

    If they don't own it, GitHub can make changes that Microsoft doesn't like. That's the long and short of it.

    Microsoft can easily afford this, and they see its continued existence and use as important. They're protecting an asset by assuming control of it.

  8. Not suprised, just wondering what's next. by Mysticalfruit · · Score: 4, Insightful

    It's been clear for a long time that GitHub didn't have a sustainable business model. The question now is how does this change GitHub? Suddenly being owned by MS isn't going to fix their "giving away services for free" business model and MS isn't exactly known for it's altruism.

    I imagine that in the near future, you're going to see functionality stripped from the free GitHub and moved into tiered services that cost money.

    This might include stuff ilke Paywalling the collaborative features and tiering out the fancier parts... Tier 1 only has groups, Tier 2 has groups and Kanban boards, etc. Putting strict limits on this size of free repos, etc.

    Let's not forget exactly how long it took before Skype stopped having a linux client.

    --
    Yes Francis, the world has gone crazy.
  9. They need it to drive cloud adoption by ErichTheRed · · Score: 5, Interesting

    I see everyone saying that Microsoft is just going to destroy Github, but I think they've got different plans. Skype was acquired to give them better video conferencing in O365/Teams and IP for video chat for Windows Phone, etc. Nokia was acquired because they wanted to buy their way into the iPhone/Android app store supported phone model. In neither of these cases were there any plans to keep the companies as-is. I think their overall plan is to make it even easier than it is now to consume Azure services while not touching the underlying culture around Github.

    The reason for this is clear in the posts here...no one from the "open source community" trusts Microsoft. This is why they've went out of their way to let people run Linux and non-Microsoft products in Azure as first-class citizens. It's no longer about selling software; they want people to consume services monthly. They don't care what you run as long as you're paying them every month for a VM or PaaS instance to run it on, and that's a huge shift. They know that if they're not selling software licenses anymore, they need to move their focus away from enterprises and towards developers...because developers are the ones writing the new-style apps that will generate them cloud revenue.

    I also think another reason they're doing this is because they're trying to establish "hipster developer cred." All the cool kids use Github. All the cool kids use open source. Therefore, if they want cool kids to pay them every month to host their code and build pipelines in VSTS, Github is the onramp. Enterprise developers with their stuffy closed source control solutions will still be supported, but they want to be seen as open to change. I've talked to a lot of people who work at Microsoft, and the change over the last 4 years has been pretty sweeping. Developers used to have private office space and they're slowly being moved into cafeteria-table workspaces to promote a DevOps culture. And they fired the QA testers and are forcing developers to do their own testing now, which is a huge change. It's all about pumping out new services in Azure and Office 365 at a breakneck pace instead of three-year OS release cycles.

    1. Re:They need it to drive cloud adoption by Zmobie · · Score: 4, Insightful

      Yea I am going to have to agree with jaseuk here. Skype is not dying. The consumer market/perception is not really important to their strategy on a lot of products. Little guys pay with little checks and that is why the consumer market is absolutely brutal. For every Snapchat or WhatsApp (to borrow the examples) there is a littered landscape of dead applications or attempted copycats (*cough*Instagram*cough*). Meanwhile, MS realized a long time ago that businesses will pay big bucks for productivity software, and you don't even have to sign up that many before the product is in the black.

      Then, because of the difficulty in shifting an entire company off of a particular technology it usually takes a monumental fuck-up or need before they get off of it (not to mention a real competitor). Some employees might hate it, but enough like it or the execs like it and it doesn't matter. Lync was perfectly fine in a lot of ways, and Skype for Business is basically re-branded Lync with some upgraded libraries from the acquisition. Originally, MS abused a lot of first-to-market features and tech (or at least they were the best of the first crop) and made TONS of money from it. Now? They can BUY the first to market/dominate market group if they don't capture it and as long as there is a clear path to business level monetization, it is worth it. Didn't work out with the phone division because they made a really bad strategic error and bought the company that was already on decline in that area. The one thing I am not sold on their strategy at the moment is the amount of money Nadella is paying for some of this stuff. I agree with other poster's that they are overpaying for GitHub, but that doesn't really feed into my post's main point.

      Skype is plenty big in the business world. Especially with them bundling it into their O365 subscriptions and everyone looking at it as mild added value at the very least. Hell, even companies that use WebEx still have Skype often times. So the idea that Skype is dying is pretty poorly informed. MS business strategy is not to capture the consumer market so much, that is just a nice side-effect to them (hence the amount of stuff they are giving out free now to non-enterprise customers). Their strategy is to make money from businesses and be sure to keep enough of the consumer market engaged with their entire portfolio to make it more profitable for businesses to sign up with MS in general. Skype just so happens to be something they don't really care about in the consumer space it appears.

  10. Maybe this is public information anyway but... by wonkavader · · Score: 5, Interesting

    I suspect part of what Microsoft is doing here is seeing who downloads what, in what order, after what stimulus, from what referencing page, etc.

    Using this allows them to figure out what FOSS software to steal/rebrand, and what communities can be disrupted by messing with what FOSS product.

    If this is the case, a starting point as a defense would be to set up a bounce site which pulls github for you, so no referrer/cookies passed. Such a site could, over time, replace github, but replacing github would take work and money, whereas partially insulating us from microsoft tracking would be trivial.

  11. Re:Sourceforge time to make up for the past by war4peace · · Score: 4, Insightful

    sourceforge is still a festering bloat of ads.

    I guess that's why they didn't sell out to Microsoft (yet). Have you considered that?

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  12. Re:So I guess changes are coming? by timholman · · Score: 4, Insightful

    If they don't own it, GitHub can make changes that Microsoft doesn't like. That's the long and short of it.

    Microsoft can easily afford this, and they see its continued existence and use as important. They're protecting an asset by assuming control of it.

    And within 6 months, some middle-level Microsoft manager looking for a promotion will decide to "enhance" GitHub as a means of increasing visibility within the corporate structure, but to the complete detriment of everyone using it, including Microsoft's own internal dev teams.

    You only have to look at Microsoft's past behavior in order to accurately predict the future with the GitHub acquisition.

    GitHub is dead. Leave now.

  13. Re:Sad day by Anonymous Coward · · Score: 5, Interesting

    Developers will continue to be able to use the programming languages, tools and operating systems of their choice for their projects -- and will still be able to deploy their code to any operating system, any cloud and any device.

    Rember this from just a couple of years ago? https://yro.slashdot.org/story...

  14. Re: Sourceforge time to make up for the past by phantomfive · · Score: 4, Insightful

    Built for managers who are afraid of losing control, not for programmers who want to get things done. (In slight defense of the managers, a lot of programmers are kids who won't get stuff done if not constantly prodded)

    --
    "First they came for the slanderers and i said nothing."