Last active
September 7, 2016 03:10
-
-
Save sveggiani/4f768bb6f468851cf993 to your computer and use it in GitHub Desktop.
list all files in a commit #git #code-fragments
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-tree --no-commit-id --name-only -r [commit hash] | |
#or | |
git show --pretty="format:" --name-only [commit hash] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment