##// END OF EJS Templates
Merge pull request #5506 from takluyver/i5491...
Merge pull request #5506 from takluyver/i5491 Fix ipconfig regex pattern

File last commit:

r16130:886dd89f
r16257:b45e5f44 merge
Show More
README.md
9 lines | 274 B | text/x-minidsrc | MarkdownLexer

git hooks for IPython

add these to your .git/hooks

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

To use these hooks, run ./install-hooks.sh.