Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 778 Bytes

git-user-statistics

Generate a user statistics for a git repository on the active branch.

Options

Name Description
-v prints per file for each user the total number of code lines / empty lines

Example

  +             +          +      +              +
  | Author      | Commits  | LOC  | Empty lines  |
  +             +          +      +              +
  | Jonas Zinn  | 2        | 204  | 38           |
  |             |          |      |              |
  | Total       | 2        | 204  | 38           |
  +             +          +      +              +

Table output

The table output of the script is taken from StackOverflow