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.
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 | set a directory with your repositories |
| -s | set the startdate (e.g. 01 JAN 2018 or 1 month ago) where the stats should start |
| -v | show verbose output |
Description
Languages
Shell
100%