Last Updated: February 25, 2016
·
464
· zhuangya

git, list specific commit changed files

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

via: StackOverflow