Skip to content

Instantly share code, notes, and snippets.

@warantesbr
Last active December 21, 2015 15:09
Show Gist options
  • Save warantesbr/6324735 to your computer and use it in GitHub Desktop.
Save warantesbr/6324735 to your computer and use it in GitHub Desktop.
List file changes between two commits
git log --name-only --pretty=oneline --full-index SHA-1..SHA-1 | grep -vE '^[0-9a-f]{40} ' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment