hello!python!

git 统计命令

git log --author='user' --pretty=tformat: --numstat --since='2018-01-01' --before='2018-10-10' | gawk '{ add += $1;} END {printf "=%s\n",add }'
=1678012

posted @ 2018-10-17 10:39  你坚持了吗  阅读(153)  评论(0编辑  收藏  举报
hello!python!