2022-11-03 12:59:53 +00:00
|
|
|
# Uninstall
|
|
|
|
|
|
|
|
The `uninstall` command removes script files inside `.git/hooks`.
|
|
|
|
|
|
|
|
```sh
|
2022-11-06 17:46:28 +00:00
|
|
|
{{#include ../cli-reference.txt:uninstall}}
|
2022-11-03 12:59:53 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
By default Hooked will only remove scripts that have a `# Installed by Hooked.` line in them, using `--all` however will remove all script files.
|