Last Updated: February 25, 2016
·
337
· mehikmat

Get file list from git commit

Today I found a very cool command for git and wanted to share:

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

This lists the added/modified files that you can use for check-in email :)