July 2018
Intermediate to advanced
354 pages
10h 57m
English
Git has a few built-in stats you can get instantaneously. The git log command has different options, such as --numstat, that will show the number of files added and lines deleted for each file since each commit. However, for finding the top committer in the repository, we can just use the git shortlog command.
Read now
Unlock full access