Skip to content

Instantly share code, notes, and snippets.

@thealscott
Created July 7, 2014 14:28
Show Gist options
  • Save thealscott/6afe9d1037951619b379 to your computer and use it in GitHub Desktop.
Save thealscott/6afe9d1037951619b379 to your computer and use it in GitHub Desktop.
Get a list of changed files from Git
git diff --name-only HEAD~10 HEAD~5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment