Sha256: 221c6af331a890ec76c55f4a1ec1b418f93a0a7e9821004f95574687d39afc52
Contents?: true
Size: 606 Bytes
Versions: 1
Compression:
Stored size: 606 Bytes
Contents
# Zitgit Simple sinatra-based web-interface to view git repository history ## Installation Add this line to your application's Gemfile: gem 'zitgit' or install from GitHub: gem 'zitgit', git: 'https://github.com/rsludge/zitgit.git' And then execute: $ bundle install Or install with: $ 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zitgit-0.1.0 | README.md |