Reputation: 2485
I have a hosting account at Media Temple and would like to host my own git repos on there. Is there a nice GUI tool I can install which will let me create repos, manage permissions etc?
I think it would need to be PHP based as I can't install Ruby.
Upvotes: 1
Views: 4797
Reputation: 450
Try GitLab
GitLab is an incredibly powerful open source code collaboration platform, git repository manager, issue tracker and code reviewer. It integrates with issue trackers, continuous integration services and our Enterprise Edition has phenomenal LDAP and Active Directory support.
Upvotes: 0
Reputation: 648
stash is a tool that can manage your git repository on your server and it is can be found here.
https://www.atlassian.com/software/stash
Upvotes: 0
Reputation: 442
I am using Gitblit for managing mine git repos! Gitblit is the best suite for small group.
Upvotes: 1