A command line tool and framework for getting more from the Git pre-commit hook.
What is the Git pre-commit hook? It's a small script that Git automatically runs right before you commit.
The Jig command line tool is written in Python, you can write plugins in any language you wish. Install the tool by:
$ pip install jig || easy_install jig
You can give Jig a spin in less than 5 minutes
It's super easy to write your own plugins too
Problems or requests? Create an issue on GitHub.