mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-24 13:42:47 +01:00
12 lines
208 B
Markdown
12 lines
208 B
Markdown
# Hooks
|
|
|
|
The following hooks are provided:
|
|
|
|
* Update checksums before you commit
|
|
|
|
# Installation
|
|
Link the files in here into your **.git/hooks** directory:
|
|
|
|
ln -s -r bin/git/hooks/pre-commit .git/hooks/
|
|
|