/simplegit

simple git interface with python

Primary LanguagePython

simplegit

A simple git interface with python and some hooks ;-)

  1. INSTALL PACKAGE ==========

install simplegit module: > python setup.py install

  1. 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