mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
677cdd33f2
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.
5 lines
51 B
Bash
Executable File
5 lines
51 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule init
|
|
git submodule update
|