mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #5473 from YS-L/githooks
Minor corrections of git-hooks setup instructions
This commit is contained in:
commit
b976986e8d
@ -7,7 +7,8 @@ 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, you can symlink or copy them to your `.git/hooks` directory.
|
||||
In `.git/hooks`, do:
|
||||
|
||||
ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout
|
||||
ln -s ../../git-hooks/post-merge .git/hooks/post-merge
|
||||
ln -s ../../git-hooks/post-checkout post-checkout
|
||||
ln -s ../../git-hooks/post-merge post-merge
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user