tags:

views:

129

answers:

4

I'd like to introduce GIT into my organization, and it would help if I could point to some high profile commercial users of it. I know I could point at Mozilla, Linux kernel, etc, but I'm looking for non-open source users.

+1  A: 

Google uses it for developing the Android platform. However, it's technically an open-source project.

This site has a good list of projects that use git and don't forget to check Wikipedia. However, many of the listed are open source. You might be able to find some that aren't though.

Digg uses git too.

Ben S
+2  A: 

Have you been to GitHub recently? The list is too long to post here and would quickly become stale.

postfuturist
A: 

I do not know about high profiles and my company does not qualify as it yet but the strategy that worked quite well for me is simply to give it a try and see what happens :) I work on a small team of three developers so it was easier for me, it was a bit difficult at first but now everyone pretty happy about it.

The only real problem is the gui, people will argue that command line is enough but it is not and having a good interface to quickly spot differences and choose what to commit and not greatly help if not mandatory, in my case we work on macbook's and the gui is GitX but I don't think there is a real alternative under windows.

Schmurfy
A: 

Try using Subversion for a while. Its enough to make people want to switch to using git forever. Especially merging branches involving major changes. Really painful...

Lukas