githooks status¶
Show the state of installed hooks and their synchronization with the configuration.
Synopsis¶
Output¶
Shows:
- hooks path — whether
core.hooksPathis configured to.githooks/. - Event table — each configured hook event with its status and targets:
| Status | Meaning |
|---|---|
| synced | Installed and matches configuration. |
| missing | Configured but not installed. Run githooks hook to fix. |
| orphan | Installed but not in configuration. |
Examples¶
See also¶
githooks hook— install hooks.