1、在项目根目录下进入 git bash
2、执行如下命令
git log --date=iso --pretty=format:’"%h","%an","%ad","%s"’ >> ~/Desktop/commit.csv
表示将git提交记录用excel文件的形式保存到桌面
git log --date=iso --pretty=format:’"%h","%an","%ad","%s"’ >> ~/Desktop/commit.csv
表示将git提交记录用excel文件的形式保存到桌面
本文标题:将Git代码提交历史记录导出
本文链接:https://www.haomeiwen.com/subject/lizqvktx.html
网友评论