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.
Asked
Active
Viewed 424 times
1 Answers
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