Created
October 8, 2015 19:44
-
-
Save imtapps/52626f1caf2d28d3b9ff to your computer and use it in GitHub Desktop.
Show all files changed in git back to a specified commit
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 log --name-only --oneline | sed '/<COMMIT HERE>/q' | grep -v ':'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment