notebook/git-hooks/post-checkout
MinRK 677cdd33f2 add git hooks for submodules
A much less intrusive version of #3274 that has effect on checkout / pull / merge,
rather than setup.py.  It does require a user install step,
because you cannot add active hooks to a repo.
2013-05-03 13:08:54 -07:00

5 lines
51 B
Bash
Executable File

#!/bin/sh
git submodule init
git submodule update