Created
October 4, 2023 12:59
-
-
Save mmdmthr/96a3b44913453f69cd6b018ec0ff1695 to your computer and use it in GitHub Desktop.
git: display count of changed files and lines in terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git --no-pager diff --shortstat master | |
| // result | |
| 38 files changed, 704 insertions(+), 683 deletions(-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment