Github vs Codebase vs Gitorious – Best Options for Hosting Personal Projects

Posted by on Oct 30, 2011 in Geek, Git | No Comments

First of all, I love Github. We use it at work, and it works great. The code browsing, and ability to make quick edits and commit them within Github are awesome features. I’ve been using it for some personal projects, but it quickly gets expensive if you want to host more than 10 repos.

Here’s a quick comparison of the features I care about the most:

Github Codebase
Repositories 5 Unlimited
Disk Space ~615MB 500MB
Collaborators 1 9
Price $7/month $7.56/month

The key is unlimited repositories, with only a limit on space. This is perfect for hosting a large amount of small projects. Most of my repos are only a few MB.

It turns out there are a ton of repository hosting sites–Codebase was the only one I found that had a limit on space, instead of number of repositories, and also had extra project features, like time tracking, code browsing/editing, etc.

So the plan for now is to move all my private Github repos to Codebase.

One last option is to host your Git repos on your own server. I looked into a few self-hosted options, Gitorious looks the most promising, but is apparently a bit tricky to install. I’m adding it to the “look in to someday” list.

Links: