A simple git log analyzer gem

96
11
Ruby

Graf Gem Version Dependency Status

Graf is a simple git log analyzer gem.

Installation

$ gem install graf

Usage

In case you are wondering how I made that GIF, here it is.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request