Skip to content

Instantly share code, notes, and snippets.

@mmdmthr
Created October 4, 2023 12:59
Show Gist options
  • Select an option

  • Save mmdmthr/96a3b44913453f69cd6b018ec0ff1695 to your computer and use it in GitHub Desktop.

Select an option

Save mmdmthr/96a3b44913453f69cd6b018ec0ff1695 to your computer and use it in GitHub Desktop.
git: display count of changed files and lines in terminal
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