About Statistics of a Git Commit

Use the --stat parameter to learn how many lines were added and removed in a git commit:

1
$ git log --stat <commit_hash>

Tips and Tricks Development Git