Skip to content

Git 按照日期导出提交信息

git bash 输入以下命令

Windows powershell 可能会乱码,可使用 git bash 替代

bash
git log --since="2024-03-28" --until="2024-05-01" --pretty=format:"- %ad: %s [%an]" --date=short > February_2024_commits.md