Gitorious has been around longer and the two sites seem to cover the same ground, yet a quick Google Fight shows Github almost two orders of magnitude higher.
Is there a larger distinction that I'm not aware of?
|
1
|
|
|
|
|
|
At the moment it seems that GitHub has more features, both as a project management site (Wikis, Integration with Bugtrackers), a social networking site and a Git hosting site (all the cool graphs). There's also the fact that they rewrote the Git server in Erlang and the Git client in Ruby, which gives them much more stability than the typical commandline wrappers that other Rails-based Git repository interfaces (including Gitorious) use. Community-driven open-source projects need to reach a certain critical mass to achieve a high velocity. The Linux kernel is likely one of the fastest developing software projects ever, but it has 500 regular contributors, about 3000 overall. Gitorious is nowhere near that. GitHub, on the other hand, has now four (five?) full-time, paid developers working on it. Four full-time developers, that's what? 120 hours a week? Assuming that the average open-source developer has time to invest 2 hours on the weekend, that means that Gitorious would need 60 developers just to keep up with the pace of GitHub, more than that if Gitorious wants to overtake GitHub. Once they reach that critical mass, Gitorious should just blast right past GitHub in terms of features, but until then GitHub has the upper hand. |
||||||||||
|
|
|
OK, there's a bit of FUD being posted here which is just a result of pure ignorance, so pardon the slightly harsh tone. As far as I know, Gitorious uses mostly the same library as github (Grit) for most things git related. We even made it faster in some cases since there where some suboptimal code in there. As far as their publically published changes to Grit go, these haven't been integrated unfortunately (I even registered on github to make them available, imagine that!). And don't think that parts of it being in pure Ruby is an advantage, in particular binary search on the commit log is a painful exercise in the slowness of ruby and not something you'd want to persue. Last I heard they abandoned their erlang git server, due to some design flaws in it so I guess it didn't follow a fork+exec model. Speaking of which, if you actually bothered to read the source a bit to Gitorious you'd see that we run a git-daemon written in Ruby. That's ok though, since it's a fork+exec server, meaning that there's only about 80 milliseconds spent in Ruby land before it forks and execs the git-upload-pack command (and passes the socket handles over to that obviously, as per normal fork semantics). So please Jörg, don't just blindly assume things because you may have heard some things, or just make up stuff as go. The advantage of Gitorious is that you don't even have to ponder in the first place, evidence is just a Anyway, I know this thread is old but someone showed it to and I just had to reply, a lot has happened and changed, for the better, with Gitorious over the past 5 months. |
||
|
|
|
|
Github has grabbed a lot of attention lately due to a number of high-profile projects opting to host their code with Github. Most notably is probably Ruby on Rails, which brought it to the attention of a lot of developers already starting to try out Git. Gitorious just hasn't had that kind of exposure, and as such has not been able to attract the following that Github has. |
||
|
|
|
|
I think it's refreshing that Gitorious and Github do things differently:
I really wouldn't want my FOSS project to be hosted on a site that is itself proprietary software, but I realize that's my personal opinion. |
||
|
|
|
|
From a marketing perspective, GitHub has more going for it. It's a much better and iconic name - git hub is intuitive and hard to forget - gitorious is long and awkward and doesn't say anything about what the service does. The github pages are also better designed and looks nices, which is important. And finally, they have the momentum or popularity and large products, which is very important marketing-wise. I'm sorry, Gitorious guy, but just being a technically good product isn't enough. |
||
|
|
|
|
I had never heard of gitorious before this question was asked. The answer probably lies in what projects were posted to each site, and by who. I'm sure the popularity of the software, or the developers, hosted on each site will indicate "why" github is more popular. |
||
|
|
|
|
It could just be that more people are talking about and using Github, thus generating more traffic and popularity for it compared to Gitorious. |
||
|
|
|
|
Github is a project hosting AND a social network: is really easy to interact with people (by forking and submitting patches for example) on Github. Also (this is subjective) Github's layout is sexier, and that counts in this 'web 2.0' world. |
||
|
|
|
|
Github got the popular frameworks on board: Ruby on Rails - Ruby Mootools, Prototype - Javascript Some big CMSs, PHP frameworks, etc.. Which causes most to be introduced to Git and Github together. And makes us have to learn Github in order to keep our forks of those big players. Good graphics, decent guides, all help. The rest is history. |
||
|
|
|
|
I agree github is sexier, but gitorious is good enough for most small projects. Gitorious being open source and being possible to install and configure to your needs is attractive. One of the main reasons github is more popular than gitorious are the big projects using it. But now QT is open to community contributions and using gitorious (qt.gitorious). So, Gitorious should notice a big increase in popularity. At least among KDE users. |
||
|
|