Skip to content

Instantly share code, notes, and snippets.

@virgild
Created March 1, 2011 19:14
Show Gist options
  • Save virgild/849689 to your computer and use it in GitHub Desktop.
Save virgild/849689 to your computer and use it in GitHub Desktop.
git list files that have changed since a commit
git diff SHA1...SHA2 --name-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment