21 lines
606 B
Markdown
21 lines
606 B
Markdown
# gitistics
|
|
|
|
Git statistics over multiple Git repositories
|
|
|
|
## Installation
|
|
|
|
In order to access the script in every directory you should copy it to `/usr/local/bin`.
|
|
```sh
|
|
sudo cp gitistics.sh /usr/local/bin/gitistics
|
|
```
|
|
|
|
## Usage
|
|
|
|
| Option | Description |
|
|
|--------|-------------|
|
|
| -h | show this help page |
|
|
| -u <user/regex> | set a repository username or a regex pattern (brackets etc. must be escaped with \ ) |
|
|
| -r <directory> | set a directory with your repositories |
|
|
| -s <date> | set the startdate (e.g. 01 JAN 2018 or 1 month ago) where the stats should start |
|
|
| -v | show verbose output |
|