GitList – Open Source Git Repository Viewer With PHP
6
Jul
// php the_time('Y') ?>
If you are using Git (can be GitHub, other services or your own Git installation) as the version control system, you may want to present the repository "under your website's domain" nicely.
GitList is an open source PHP application with an elegant interface for enabling anyone to view the repository.
It has support for viewing files under different revisions, commit history and diffs.
The application uses Twitter Bootstrap for the UI and it is built on top of Silex and the Twig template engine (check other PHP template engines).
- Tags:
Git Php
- Filed under: Extras, Other License, Other Scripts/Apps.
- 3 Comments












3 Responses for "GitList – Open Source Git Repository Viewer With PHP"
That is actually pretty cool. I will have to install it on my server.
Currently, I use Gitweb, which is fine, but not my favorite solution. I’d like the be able to password protect certain projects and I would imagine I could modify the code to do so with the PHP base of this product.
Good find!
Please Urmut, remove left social bar, post text can’t be read completely on my not 10′ notebook.
@David,
Very sorry for that, I hadn’t consideredsuch a possibility.
I have applied a fix for it which should show/hide the share bar according to the screen size (will update it to the viewport size soon).