mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
docs for git-effort(1)
This commit is contained in:
parent
a1ea7e3a32
commit
453251a208
|
|
@ -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-repl
|
||||
|
||||
GIT read-eval-print-loop:
|
||||
|
|
|
|||
Loading…
Reference in a new issue