20 lines
509 B
Markdown
20 lines
509 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 |
|
|
| -v | show verbose output |
|