git diff --stat
View a summary of changes between your working directory and the staging area
This command generates a summary line for each modified file, displaying the number of lines added and removed. It also presents a histogram-like representation of the changes, offering a visual representation of the extent of the modifications.