Have git show the number of modified lines before creating a commit?

Unanswered
nick asked this question 6 months ago
nick on Mar 31

Before I create a new commit, I need a command that shows the total number of added, changed, and deleted lines from the files I made changes to.

1 suggested answers
coderguy on Mar 31

Use git diff --numstat

0 replies
Unanswered