Microsoft and GitHub … looks like it’s heaven not hell

Keyboard backlit

Well, a couple of years have passed, Microsoft and GitHub are together, how do i see it now? https://thinkdragons.org/2018/06/13/github-and-microsoft-a-match-made-in-heaven-or-hell/ Needless to say, I had many worries about this, and I wasn’t alone, so revisiting the subject two years down the path should be prudent and useful.

That is the question I will try to answer, for better or worse. GitHub is still around, rolled out a couple of new features, not unusual for an already mature system, to only roll out one of two new features every year, Microsoft has kept to it’s promise, from the looks of it, not to mess with it, and if any, Microsoft has greatly warmed to the ideas of open source and free software, released quite a few of it’s main products as open source, built the Linux subsystem for windows, for which it has been greatly praised by both the windows users and the open source community alike, became a member of the Linux foundation, and an actively contributing member at that, and really, I can keep on singing the praises of Microsoft even without feeling bad about it, Microsoft has truly turned the page on it’s stance on Linux and open source, that is great to see, not sure if buying GitHub was a cardinal part of that, or simply the consequence of it, and I may follow up on this question if I can get some input from people closely connected with both Microsoft and GitHub. We will see if I can get some input here.

So referencing my previous article, let me walk through some of the points I was writing about in it: The exodus did happen, many software groups left GitHub and in a way, a trickle of exodus is still happening, even two years from the main event, this is something that I consider now as an OK thing, If you don’t like GitHub, it’s ownership model, the fact that it is now Owned by a fortune 500 US company, the fact that as a result of that, it is affected by some of the trade restrictions resulting from the raging trade wars ongoing these days, and a slew of other objections, I am fine with those objections, I hold them as valid, and I consider the move to other git services, or self hosted solutions to be just fine.

The effects on Git-Lab where absolutely phenomenal, Git-Lab was set on fire, development of new features and capabilities took to a new level, I guess seeing the sudden and sustained demand drove this project in the right direction, they kept all the good things, and added some more awesome stuff. I am truly glad it turned out this way, Git-Lab, being a viable alternative even at the time, has expanded it’s offering, and bolstered it, proving that yes, not only they can grow with the demand, but even add more to that plate even during the times of plenty, needless to say, Git-Lab’s self hosted options did not lag behind, the team did not miss that one of the major selling/adoption points of their platform is in the self hosted sector, in which GitHub doesn’t have much of a footprint.

So what about the other platforms for git hosting , self or otherwise, well, I didn’t see much movement in the other projects, they are still around, I think all of them, maintained, but didn’t see new features, or any attempts to expand into the newly expanded? marketplace. That is unfortunate, I was hoping they would show more activity than they did in the past two years, but they didn’t.

So where are we today, well, GitHub is as good and viable as before, maybe the the goodness and viability have shifted a little bit, mainly due to the international trade wars situation, and the slew of discord around that, and the added features in the last two years, GitHub is still good stuff, if you want an alternative, Git-Lab is there, and it has gotten way better, in both the service arena and the self hosted arena, the others, didn’t play this round, they are still there, just skipped the round. My conclusion is, it was a match made in heaven, and now, two years down the road, things are better.

GitHub and Microsoft a match made in heaven … or hell

Last weekend, while I was surfing the tubes, I cam up about, what I considered as a plausible, but very bad rumor, that Microsoft is going to buy GitHub. At the time, I considered it very bad news, regardless weather it was true or not. Some people asked me why, I actually found it interesting that they asked, but hay, its the Internets, and that is how it works now. So here is my answer as I thought of it: considering that I didn’t know what exactly would Microsoft be buying, and there are a few things Microsoft could be buying short of the whole shebang. A: Microsoft is buying GitHub the software, as it is non-open-source, and would like to have the perpetual rights to it, and use it, modify it etc.. This would have no effect on GitHub ( the company or the service it is providing ), B: Microsoft is buying the whole shebang, GitHub the software, the company, the customer database, the storage arrays, the servers and everything else except the open-source stuff, git and Apache are not for sale so Microsoft can’t buy them.

So why is the B option bad? The B option is bad because, if you are a professional developer, or software company using GitHub for your source repository, and you happen to be working on “the next big thing”, whatever that may be, a standalone GitHub is neutral territory, a bit less good than self owned infrastructure, but at least it is neutral territory, GitHub does not care what you are developing, and does not feel the need to care. Microsoft on the other hand, could be your direct competitor, that you want to gain the software edge upon, and now, you would be shipping your code directly to them, and they would have physical access to it.

Needless to say, I wasn’t the only one having issue with it, and the full extent of the exodus from GitHub is yet to be determined. The primary recipient of the exodus ended up being Git-Lab, and with good reason, they are the other Online source safe system, not unlike GitHub, and functionally identical if not superior to GitHub itself. Now for one difference, Git-Lab the software is Open Source, and is self host-able, a bit heavy on the resources, but self host-able nevertheless. I am quite sure, many of those deciding to move that weekend, where simply reacting to a possible worst case scenario, and wanted to avoid the potential crunch when the news finally becomes official, creating a crunch as they did so, funny how that works.

So come the Monday, and the news was official, both Microsoft and GitHub announced that the news is true, Microsoft is Buying GitHub, the whole shebang, we are also told that Microsoft is not going to fiddle with GitHub much, apart from owning it of course. It is also announced that Microsoft is to pay 7.5Billion Dollars worth in stock, which is not as good as in US dollars, but hay, Microsoft stock is pretty good. A note here, I think 7.5B is a very good price, I think Microsoft really values what GitHub brings to the table, and this does not look like a pay as little as possible, and dump the thing into the ground kind of deal, so that looks promising. It does not change or reduce the potency of option B, and while this is clearly not a sky is falling type of event anymore, some may need to seek, and find a new solution for their software repository, either move it “in house” , expensive but more secure, or find some other provider to replace GitHub which, for many, Git-Lab was it, and I do think it would be a good choice, Git-Lab is quite functional, and has been reliable for a long time, so that is a good track record.

So, what are the options? The answer to that depends on who is asking the question, if you are developing an open source licensed project, more or less regardless of size, then just stay where you are, GitHub isn’t going anywhere, and new functionality may become available in the future.

If you are running a private repository, depending on how sensitive the code-base is to the eyes of a potential competitor, you may want to look for safer options, so here is a shortlist: Git-Lab , and they have some nifty migration tools too, give it a spin for sure. The other option is self-hosted, Git-Lab comes up on top here too, being all open source and free software, but do keep in mind, Git-Lab is a rather large installation with significant resource demands, It will run on a Raspberry pi3, but that’s about it, it is a very resource hungry system, but you will need something better than rpi3 to run it for even a small organization. So what are the other options if any? Gogs and Gitea , yep, they are forks, and they are written in GO. And they are both come as a single executable (more or less). They both run admirably on a Raspberry pi3, and are light on the resources compared to Git-Lab, putting them on a Digital ocean 5 dollar a month droplet will likely be sufficient for a small team. Tho I have to mention, they don’t have the same level of functionality as Git-Lab. There are several other solutions available, I did not examine them recently, but if your team is skilled enough, you can run a bare-bones git on a VPS or a VM, and get the job done just fine.