# gittoExcel **Repository Path**: Wang201647997/gitto-excel ## Basic Information - **Project Name**: gittoExcel - **Description**: 将git commit 信息转为excel文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-04-28 - **Last Updated**: 2025-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gittoExcel #### 介绍 将git commit 信息转为excel文件 #### 软件架构 软件架构说明 #### 安装教程 ### 1. 全局安装 npm install git-to-excel -g ### 2. 生成gitexel的命令 gittoexcel ### 3. 生成指定excel #### 3.0、查询版本号 # gittoexcel -v / gittoexcel --version #### 3.1、指定分支的所有提交信息 # gittoexcel branch=master #### 3.2、指定作者的所有提交信息 # gittoexcel email=201647997@qq.com #### 3.3、同时指定分支和作者 # gittoexcel branch=master email=201647997@qq.com #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 https://gitee.com/Wang201647997/gitto-excel.git 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request