text change

This commit is contained in:
Nathaniel Landau
2021-08-18 11:47:30 -04:00
parent 78833b77d0
commit e30d82acad

View File

@@ -1,7 +1,8 @@
This folder contains git hooks which will be executed on the client side before certain git actions are completed. This folder contains git hook scripts which will be executed on the client side before/after certain git actions are completed.
## Usage ## Usage
On each local system these files must be symlinked into `repo/.git/hooks` directory. To install these hooks, create a symlink to `/path/to/repo/.git/hooks` directory.
```bash ```bash
ln -s "$(git rev-parse --show-toplevel)/.hooks/pre-commit.sh" "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit" ln -s "$(git rev-parse --show-toplevel)/.hooks/pre-commit.sh" "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit"