0

Is there any way to find out what is the average Line Of Code number of a specific file type in a git repository ?
Thank you very much.

Xitrum
  • 7,765
  • 26
  • 90
  • 126

1 Answers1

0

AFAIK there is no git-specific functionality for this.. you will have to write your own method for that...

Maybe take a look here: Count number of lines in a git repository

Community
  • 1
  • 1
Stephan
  • 1,639
  • 3
  • 15
  • 26