[git ウェアハウス管理] git はウェアハウスによって送信されたコードの行数をカウントします

git bash コマンドライン

git log --since="2021-4-27 00:00:00" --pretty=tformat: --numstat|gawk '{add+=$1;subs+=$2;loc+=$1+$2} END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc}'

おすすめ

転載: blog.csdn.net/weixin_43500200/article/details/131850676