Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 417 Bytes

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