mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #403 from andreicristianpetcu/master
effort: documentation for git effort --since #326
This commit is contained in:
commit
8dbcd446db
|
|
@ -200,14 +200,18 @@ node (master): git effort --above 15 {src,lib}/*
|
|||
$ git effort --above 5
|
||||
```
|
||||
|
||||
If you wish to see only the commits in the last month you may use `--since` (it supports the same syntax like `git log --since`):
|
||||
|
||||
```
|
||||
$ git effort --since='last month'
|
||||
```
|
||||
|
||||
By default `git ls-files` is used, however you may pass one or more files to `git-effort(1)`, for example:
|
||||
|
||||
```
|
||||
$ git effort bin/* lib/*
|
||||
```
|
||||
|
||||
## git repl
|
||||
|
||||
GIT read-eval-print-loop:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue