赞
踩
git log --author=zhouguanghao --since="2020-12-02" --no-merges | grep -e 'commit [a-zA-Z0-9]*' | wc -l
git log --author=zhouguanghao --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' -
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。