blob: 1d6e54f8573c1bab1c43fb74920fbc9ccb31a2bb [file] [log] [blame] [view]
# Git hooks
This folder contains scripts that are run on various Git workflow actions.
For more general info on Git hooks, see
https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks.
## Testing changes
After making changes to the hooks, you can apply your changes by running:
```sh
$FUCHSIA_EMBEDDER_DIR/scripts/install_hooks.sh
```
When adding new hooks, you will need to update `install_hooks.sh` to copy
them over to `.git/hooks`.