# 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 | set a repository username or a regex pattern (brackets etc. must be escaped with \ ) | | -r | set a directory with your repositories | | -v | show verbose output |