# git-hook-demo **Repository Path**: wangen2009/git-hook-demo ## Basic Information - **Project Name**: git-hook-demo - **Description**: git hook demo - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-15 - **Last Updated**: 2023-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git hook 测试 ### 使用 1. 安装扩展包 ```sh composer install ``` 2. 添加钩子 ```sh composer cghooks add ``` 3. 查看注册的钩子 ```bash composer cghooks list-hooks ```