to get a feeling for the "diff size" of the last commits in the git history
git log --stat
this will show the diff size in lines: lines added, lines removed
to get a feeling for the "diff size" of the last commits in the git history
git log --stat
this will show the diff size in lines: lines added, lines removed