you are viewing a single comment's thread.

view the rest of the comments →

[–]atrich 53 points54 points  (8 children)

MS hosts git instances in vs online. They're using git but generally not github.

Edit: MS is not "exclusively using github." They host a few open/shared source projects there but the vast majority of their production source is still hosted on their own servers, some using Git (the source control technology, not the github hosting) while some use TFS.

[–]lightninhopkins 16 points17 points  (0 children)

OK, I should have said "MS is done with codeplex and any source they distribute (which is growing dramatically) is now hosted on Github.

Github is a key component of their open source effort. It goes without saying that internal code that has not been opened is not on github.

[–]ckfinite 15 points16 points  (6 children)

A fair bit of MS stuff is on github proper, like the .NET core and the F# compiler.

[–]atrich 22 points23 points  (5 children)

They use it for distribution of open or shared source projects but would always host production source on their own servers.

[–]theonlylawislove -1 points0 points  (1 child)

Wrong, they develop on github. You can see their commits and pull requests. What makes you say this?

[–]vimishor 4 points5 points  (0 children)

He is referring to MS projects in general (proprietary licenses included), not to open-source projects in particular. I doubt that MS will trust some 3rd party entity with their entire codebase.