Created
July 7, 2014 14:28
-
-
Save thealscott/6afe9d1037951619b379 to your computer and use it in GitHub Desktop.
Get a list of changed files from Git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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