Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git repository server I can host locally [closed]

Tags:

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.

like image 546
jcnnghm Avatar asked Apr 06 '09 19:04

jcnnghm


People also ask

Can you use Git without a server?

Git will work happily without a central server, although many teams find it convenient to have a central repository. If by "server", you mean "install server software", git will also work (central repository or not) without any special software, through ssh or on the file system.


1 Answers

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.

like image 121
Maran Avatar answered Sep 17 '22 09:09

Maran