Skip to content

Instantly share code, notes, and snippets.

@federivo
Created May 3, 2013 19:23
Show Gist options
  • Save federivo/5513090 to your computer and use it in GitHub Desktop.
Save federivo/5513090 to your computer and use it in GitHub Desktop.
Git: List all files modified between 2 commits
git diff-tree --no-commit-id --name-only -r <HASH1> <HASH2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment