Craig Ward
Craig Ward

Reputation: 2485

GUI management tool for running git repositories

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

Answers (3)

Mohammad Awwaad
Mohammad Awwaad

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.

https://about.gitlab.com/

Upvotes: 0

shankar kumar
shankar kumar

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

Lunf
Lunf

Reputation: 442

I am using Gitblit for managing mine git repos! Gitblit is the best suite for small group.

http://gitblit.com

Upvotes: 1

Related Questions