Last Updated: February 25, 2016
·
320
· novalagung

Git - Displaying committed files

git rev-list --all --pretty=oneline
git show --pretty="format:" --name-only <commit hash>