2026-03-05

Git 提交追踪配置

  • 配置了全局 post-commit hook
  • Hook 位置:~/.git-templates/hooks/post-commit
  • 日志文件:~/.git-commits.log
  • 已安装的仓库:
    • big-data-bi-service
    • cursor-rules
    • jira_log_fetch
    • log_fetch
    • big-data-sql
    • my-mcp-server

日志格式

日期时间 | 仓库名 | 分支 | commit_hash | 提交信息

新仓库自动生效

新 clone 或 init 的仓库会自动使用 hook(因为配置了 init.templatedir

其他

  • 埋点文档整理(xdx 自己搞定)
  • 生成第10周工作复盘报告