mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 23:46:24 -04:00
mention cmd
This commit is contained in:
parent
2db67fd831
commit
acc244e553
|
|
@ -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}/*
|
||||
```
|
||||
|
||||

|
||||
|
||||
If you wish to ignore files with commits `<=` a value you may use `--above`:
|
||||
|
|
|
|||
Loading…
Reference in a new issue