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.
Use git diff --numstat
git diff --numstat