Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any decent git repository manager that's downloadable? [closed]

I want to host git repos on my server, but still have a nice tool to manage them, such as Beanstalk or Assembla.

Does anyone know of a similar tool which is downloadable (Other than Assembla private)? Security and reliability concerns won't allow for hosted solutions.

like image 606
Ronny Avatar asked Jul 11 '10 12:07

Ronny


1 Answers

Gitolite is far more advanced than gitosis, and is quite easy to install, directly from your workstation (based on ssh communication with your Git repository server).

It is only for managing complex ACLs though, meaning it has no web front-end, even though you can quickly interface it with GitWeb (which comes with Git).
It also have no integration with Basecamp, Campfire (, ... and so on).

like image 187
VonC Avatar answered Sep 27 '22 23:09

VonC