Zitgit

Simple sinatra-based web-interface to view git repository history

Installation

To install execute:

$ gem install zitgit

Usage

Just run zitgit from git repo folder and view your repository history on http://localhost:5555

Or you can run it on different port with zitgit -p <port_number>

Develop

Clone repository from GitHub and run bundle install. Launch guard to manage assets.