--shortstat is what you want:
git diff --shortstat commit1 commit2
You could also use it like:
git diff --shortstat "@{1 day ago}"
--shortstat is what you want:
git diff --shortstat commit1 commit2
You could also use it like:
git diff --shortstat "@{1 day ago}"