Git Zero ======== Git Zero is a readonly git repository viewer suitable for static sites. To use Git Zero, cd into the directory of your project site. Then, execute: $ mkdir zero $ cd zero $ git clone --bare /path/to/git_project gitproject.git $ cd gitproject.git $ cp/path/to/gitzero/post-update hooks/post-update $ chmod a+x hooks/post-update You can then add the repository as a remote: $ git remote add gitzero /path/to/static_site/gitproject.git/ and users can view your repository by visiting: http://your_static_site/zero and clone by using: http://your_static_site/zero/gitproject.git . Right now Git Zero is very simple. You can view the Git Zero source repository (as generated by Git Zero) at the URL: https://envs.net/~parry/zero/