Skip to content

Instantly share code, notes, and snippets.

@JackNicholas
Created May 15, 2013 17:45
Show Gist options
  • Save JackNicholas/5585859 to your computer and use it in GitHub Desktop.
Save JackNicholas/5585859 to your computer and use it in GitHub Desktop.
git log command to see which files changed in a commit
git log --stat
the --stat option prints below each commit entry a list of modified files, how many files were changed, and how many lines in those files were added and removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment