Does anyone know of a Git repository browser that I can host on my own server similar to GitHub? I really like the GitHub browsing and history interface, but my favorite part is the network graph. I’d like to run something like this to see the branches and merges in my own repositories.
Share
You can download and setup Gitorious. It’s free open-source git-hosting software. I’m not sure about all the features it has so take a closer look, it might be the right thing for you.
Updated January 2016:
Gitlab is becoming the defacto standard for self-hosted Github clones.
Gogs is a simpler clone that could work well for smaller projects.