# git-change-file **Repository Path**: JiangHongJie/git-change-file ## Basic Information - **Project Name**: git-change-file - **Description**: 根据关键字获取git中发生了修改的文件列表 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-11 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 功能 根据关键字获取git中发生了修改的文件列表,举例: ```bash ➜ admin git:(master) git-change-file 测试提交关键字 Modified files: application/common.php ``` ## 全局调用,以mac为例 ```sh # 打包程序并输出到Applications目录下面 go build -o /Applications/git-change-file # 在/usr/local/bin文件夹下建立软连接,全局调用 ln -s /Applications/git-change-file /usr/local/bin/ # 调用 git-change-file 测试提交关键字 ```