mention cmd

This commit is contained in:
TJ Holowaychuk 2012-02-08 18:45:22 -08:00
parent 2db67fd831
commit acc244e553

View file

@ -169,6 +169,10 @@ $ git summary v42..
Displays "effort" statistics, currently just the number of commits per file, showing highlighting where the most activity is. The "active days" column is the total number of days which contributed modifications to this file.
```
node (master): git effort --above 15 {src,lib}/*
```
![git effort](http://f.cl.ly/items/0b0w0S2K1d100e2T1a0D/Screen%20Shot%202012-02-08%20at%206.43.34%20PM.png)
If you wish to ignore files with commits `<=` a value you may use `--above`: