Last Updated: February 25, 2016
·
445
· zhuangya

git, list specific commit changed files

git show --pretty="format:" --name-only <commit hash>

via: StackOverflow