notebook/git-hooks
MinRK 41cfd4f5cf use invoke instead of fabric
it's the descendant of the part of fabric we actually use,
it doesn't have complex compiled dependencies like fabric,
and it works on Python 3.
2014-10-15 16:53:07 -07:00
..
install-hooks.sh Add git-hooks install script. Update README.md 2014-04-01 10:49:43 -05:00
post-checkout use invoke instead of fabric 2014-10-15 16:53:07 -07:00
post-merge post-merge is just a symlink to post-checkout 2014-07-24 11:44:02 -07:00
README.md attempt to regen source maps in git-hooks 2014-07-23 14:55:58 -07:00

git hooks for IPython

add these to your .git/hooks

For now, we just have post-checkout and post-merge, both of which update submodules and attempt to rebuild css sourcemaps, so make sure that you have a fully synced repo whenever you checkout or pull.

To use these hooks, run ./install-hooks.sh. If you havn't initialised and updated the submodules manually, you will then need to run git checkout master to activate the hooks (even if you already have master checked out).