git commands

get file list in recent commits

git log --stat

check commit history of a specific file

git log --pretty=oneline filename

check changes of a specific commit

git show commit-id

X