diff --git a/Readme.md b/Readme.md index 53baeb8..aec62a3 100644 --- a/Readme.md +++ b/Readme.md @@ -27,6 +27,7 @@ $ brew install git-extras - `git extras` - `git squash` - `git summary` + - `git effort` - `git changelog` - `git commits-since` - `git pull-request` @@ -164,6 +165,12 @@ the commmitish range: $ git summary v42.. ``` +## git-effort + + Displays "effort" statistics, currently just the number of commits per file, showing highlighting where the most activity is. + + ![git effort](http://f.cl.ly/items/2B0D1x3v3w023s1r2t0g/Grab.png) + ## git-repl GIT read-eval-print-loop: