A simple git log analyzer gem
Graf is a simple git log analyzer gem.
$ gem install graf
In case you are wondering how I made that GIF, here it is.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)