A simple git interface with python and some hooks ;-)
- INSTALL PACKAGE ==========
install simplegit module: > python setup.py install
- INSTALL PRE-COMMIT HOOK FROM PACKAGE EXAMPLES FOLDER
install pre-commit hook: > [sudo] python install.py [max-line-length]
To change options, please use git config: > git config pre-commit.max-line-length.enabled false