# git_batch_tool **Repository Path**: clark2020/git_batch_tool ## Basic Information - **Project Name**: git_batch_tool - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-07 - **Last Updated**: 2026-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 默认:更新脚本父目录下所有项目,生成最近 15 天报告 python check_last_n_days.py # 指定目录 python check_last_n_days.py D:\tmp\yto-allproject # 指定最近 30 天 + 输出到指定文件 python check_last_n_days.py D:\tmp\yto-allproject -d 30 -o last_30_report_0807.md # 按作者过滤提交 python check_last_n_days.py D:\work\code -a "张三" # 跳过 git pull,仅读取本地已有记录 python check_last_n_days.py D:\work\code --skip-pull