git log --pretty=tformat: --since ==2016-10-25 --until=2016-10-27   --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-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2021-09-09
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-08-09
相关资源
相似解决方案