ProGit
======
:Author: Pierre-Yves Chibon <pingou@pingoured.fr>
ProGit isa light-weight web-interface for git repo based on pygit2.
Ultimately, there are bigger plans for ProGit but let's start small and
improve from there.
Get it running
==============
* Retrieve the sources::
git clone git://github.com/pypingou/progit
* Retrieve a bunch of git repositories::
sh get_repos.sh
* Run it::
./runserver.py
This will launch the application at http://127.0.0.1:5000