摘要: git-code-specific-time-of-day.sh #!/bin/bash total_count=0 # 获取最早的提交日期 first_commit_date=$(git log --pretty=format:'%ad' --date=format:'%Y-%m-%d' | so 阅读全文
posted @ 2023-12-29 11:42 生生灯火半杯月 阅读(120) 评论(0) 推荐(1) 编辑
摘要: git-code-user-commit-stats.sh #!/bin/sh # 请在 unix 终端或 git-bash 中运行此脚本 printf "\n1. 项目成员数量:"; git log --pretty='%aN' | sort -u | wc -l printf "\n\n2. 按 阅读全文
posted @ 2023-12-29 11:10 生生灯火半杯月 阅读(155) 评论(0) 推荐(0) 编辑