Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 772 Bytes

git-blame-game

Build Status Code Climate

git-blame-game is an interactive command-line tool that allows you to chain multiple 'git blame' calls together in order to drill down to the actual responsible commit. When one git blame is not enough.

Installation:

gem install git-blame-game

Usage:

git-blame-game --help

Examples:

Happy Path

Other Scenarios