Audit your git repository to see if you make some mistake committing sensitive information on it.
Disclaimer: Only audit git repositories that you were allowed for.
Usage
After clone this repository, copy the owmyCommit.py in the directory of the repository intended to audit. Then execute the following command:
python3 owmyCommit.py
The verbose mode can be executed in this way:
python3 owmyCommit.py --verbose
or:
python3 owmyCommit.py --verbose | more