git log --author="liujingyu" --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 }'

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2021-06-07
  • 2022-02-08
  • 2022-01-11
  • 2021-06-04
  • 2021-12-09
猜你喜欢
  • 2022-01-16
  • 2022-12-23
  • 2021-10-06
  • 2022-01-05
  • 2021-08-17
  • 2021-08-13
相关资源
相似解决方案