标签: git csv github gitlab
如何在git中获取文件名?
git log --since='last month' --pretty=format:'%h,%an,%ar,%s' > log.csv
听到我需要获取另一列的文件名吗?
我尝试了这个site的所有值。