docs for git-effort(1)

This commit is contained in:
TJ Holowaychuk 2012-02-07 22:42:59 -08:00
parent a1ea7e3a32
commit 453251a208

View file

@ -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: