mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-14 01:26:18 -04:00
Update README.md
This commit is contained in:
parent
7f099c0acb
commit
1b5b51595f
12
README.md
12
README.md
|
|
@ -26,10 +26,18 @@ Or you can use (non-interactive) direct execution:
|
|||
|
||||
`git quick-stats <optional-command-to-execute-directly>`
|
||||
|
||||
Possible arguments:
|
||||
suggestReviewers, detailedGitStats, commitsPerDay, commitsPerAuthor, myDailyStats, contributors,
|
||||
> Possible arguments:
|
||||
> suggestReviewers, detailedGitStats, commitsPerDay, commitsPerAuthor, myDailyStats, contributors,
|
||||
branchTree, branchesByDate, changelogs
|
||||
|
||||
|
||||
You can set variable `_GIT_SINCE`, `_GIT_UNTIL` and limit the git log
|
||||
|
||||
eg:
|
||||
`export _GIT_SINCE="2017-20-01"`
|
||||
`export _GIT_UNTIL="2017-22-01"`
|
||||
then run `./git-quick-stats` (affect all stats, except "My daily status" and "Git changelogs" )
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue