git diff
g diff origin/master -- ':!*.pb.go'
git log --name-status -10 path/to/dir
The -10 flag shows the last 10 commits.
-10